improve: dim card color in light theme

This commit is contained in:
RainyXeon /
2024-06-25 10:21:23 +07:00
committed by ThePedroo
parent 6e8809b116
commit 7b6b3cb9a0
2 changed files with 1 additions and 2 deletions

View File

@@ -10,7 +10,6 @@
/* Locked Color */ /* Locked Color */
--lock-desc: #c9c9c9; --lock-desc: #c9c9c9;
--lock: #fff; --lock: #fff;
--test: #b9b9b9;
} }
* { * {

View File

@@ -33,7 +33,7 @@ function setLight() {
rootCss.style.setProperty('--font', '#2c2c2c') rootCss.style.setProperty('--font', '#2c2c2c')
rootCss.style.setProperty('--desc', '#444444') rootCss.style.setProperty('--desc', '#444444')
rootCss.style.setProperty('--spliter', '#4f6069') rootCss.style.setProperty('--spliter', '#4f6069')
rootCss.style.setProperty('--dim', '#b9b9b9') rootCss.style.setProperty('--dim', '#e0e0e0')
sys_theme = setData('light') sys_theme = setData('light')
button.innerHTML = light_icon button.innerHTML = light_icon
return return