increase muted text color contrast
This commit is contained in:
parent
7619d0d4d0
commit
c48c67826b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
|
|
||||||
--muted-color: light-dark(
|
--muted-color: light-dark(
|
||||||
hsl(var(--grey) var(--dark)),
|
hsl(var(--grey) var(--dark)),
|
||||||
hsl(var(--grey) var(--base))
|
hsl(var(--grey) var(--lighter))
|
||||||
);
|
);
|
||||||
|
|
||||||
--table-header-color: light-dark(
|
--table-header-color: light-dark(
|
||||||
|
|
Loading…
Reference in a new issue