fix(a11y): increased content-meta text contrast (#1980)
This commit is contained in:
parent
73983cfb0e
commit
c9741d00f3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
.content-meta {
|
.content-meta {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
color: var(--gray);
|
color: var(--darkgray);
|
||||||
|
|
||||||
&[show-comma="true"] {
|
&[show-comma="true"] {
|
||||||
> *:not(:last-child) {
|
> *:not(:last-child) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue