perf: adjust css var --theme-color

This commit is contained in:
pacmandoh 2023-12-26 22:30:07 +08:00 committed by Hk-Gosuto
parent 2a5f0edbf8
commit af60f46ba2

View File

@ -12,7 +12,7 @@
--second: rgb(231, 248, 255);
--hover-color: #f3f3f3;
--bar-color: rgba(0, 0, 0, 0.1);
--theme-color: var(--gray);
--theme-color: #e7f8ff;
/* shadow */
--shadow: 50px 50px 100px 10px rgb(0, 0, 0, 0.1);
@ -32,12 +32,9 @@
--primary: rgb(29, 147, 171);
--second: rgb(27 38 42);
--hover-color: #323232;
--bar-color: rgba(255, 255, 255, 0.1);
--border-in-light: 1px solid rgba(255, 255, 255, 0.192);
--theme-color: var(--gray);
--theme-color: #1b262a;
div:not(.no-dark) > svg {
filter: invert(0.5);