fix: 暗黑模式设置按钮样式和暗黑模式下sidebar的背景色问题调整

Former-commit-id: a7bf1bd4cf33c5b6658c79877148aa46e7b42092
This commit is contained in:
haoxr
2023-01-21 16:18:11 +08:00
parent 3924565087
commit 7e9e79950f
2 changed files with 5 additions and 1 deletions

View File

@@ -7,4 +7,8 @@ html.dark {
.hamburger {
fill: var(--el-text-color-regular);
}
.right-panel-btn{
background-color: var(--el-color-primary-dark);
}
}

View File

@@ -17,7 +17,7 @@
}
html.dark{
--menuBg:var(--el-menu-bg-color);
--menuBg:var(--el-bg-color-overlay);
--menuText:var(----el-menu-text-color);
--menuActiveText:var(--el-menu-active-color);
--menuHover:var(--el-menu-hover-bg-color);