fix(a11y): solid color for secondary text (#148)
This commit is contained in:
parent
730eeca5b2
commit
e45ecf55f2
19 changed files with 36 additions and 32 deletions
|
@ -8,6 +8,7 @@
|
|||
--c-bg-selection: #8885;
|
||||
--c-text-base: #222;
|
||||
--c-text-secondary: #888;
|
||||
--c-text-secondary-light: #bbb;
|
||||
}
|
||||
|
||||
.dark {
|
||||
|
@ -15,4 +16,5 @@
|
|||
--c-bg-active: #151515;
|
||||
--c-bg-code: #ffffff06;
|
||||
--c-text-base: #fff;
|
||||
--c-text-secondary-light: #555;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue