mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 09:29:59 +00:00
ui: improve bg-active contrast
This commit is contained in:
parent
2fb5412a08
commit
bcc968fbd8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
--c-bg-base: #111;
|
--c-bg-base: #111;
|
||||||
--c-bg-active: #151515;
|
--c-bg-active: #191919;
|
||||||
--c-bg-code: #ffffff06;
|
--c-bg-code: #ffffff06;
|
||||||
--c-text-base: #fff;
|
--c-text-base: #fff;
|
||||||
--c-text-secondary-light: #555;
|
--c-text-secondary-light: #555;
|
||||||
|
|
Loading…
Reference in a new issue