ui: improve bg-active contrast

zio/stable
Anthony Fu 2022-11-27 11:57:20 +08:00
parent 2fb5412a08
commit bcc968fbd8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
.dark {
--c-bg-base: #111;
--c-bg-active: #151515;
--c-bg-active: #191919;
--c-bg-code: #ffffff06;
--c-text-base: #fff;
--c-text-secondary-light: #555;