网页换肤
主题色
开始在 全局设置好主题色变量,
:root {
--theme_font: #fff;
--theme_bg: #f00;
}点击切换按钮后切换变量
document.styleSheets[0].cssRules[0].style.setProperty("--theme_font", "#000");定制布局
- Reslove. Extension
开始在 全局设置好主题色变量,
:root {
--theme_font: #fff;
--theme_bg: #f00;
}点击切换按钮后切换变量
document.styleSheets[0].cssRules[0].style.setProperty("--theme_font", "#000");