You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
improve: dim card color in light theme
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
/* Locked Color */
|
||||
--lock-desc: #c9c9c9;
|
||||
--lock: #fff;
|
||||
--test: #b9b9b9;
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user