Skip to content

Commit

Permalink
improve: dim card color in light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
RainyXeon committed Jun 25, 2024
1 parent 56d599c commit bba6881
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion webroot/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/* Locked Color */
--lock-desc: #c9c9c9;
--lock: #fff;
--test: #b9b9b9;
}

* {
Expand Down
2 changes: 1 addition & 1 deletion webroot/js/init_theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function setLight() {
rootCss.style.setProperty('--font', '#2c2c2c')
rootCss.style.setProperty('--desc', '#444444')
rootCss.style.setProperty('--spliter', '#4f6069')
rootCss.style.setProperty('--dim', '#b9b9b9')
rootCss.style.setProperty('--dim', '#e0e0e0')
sys_theme = setData('light')
button.innerHTML = light_icon
return
Expand Down

0 comments on commit bba6881

Please sign in to comment.