chore: changed the sidebar background color in dark mode

This commit is contained in:
HimiCos 2023-03-29 17:42:02 +08:00
parent 8a05f84838
commit e02ba97dc1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
--black: rgb(187, 187, 187);
--gray: rgb(21, 21, 21);
--primary: rgb(29, 147, 171);
--second: rgb(27 38 42);
--second: rgb(21, 21, 21);
--hover-color: #323232;
--bar-color: rgba(255, 255, 255, 0.1);