深色模式侧边栏

This commit is contained in:
朱进禄 2022-03-14 19:58:57 +08:00
parent 17dcfc223a
commit 780298648a

View File

@ -39,8 +39,7 @@ $textColor_night: #d5d5d5; // 文字颜色
} }
body.night { body.night {
background-color: $mainBg_night; background: $mainBg_night;
background-image: none !important;
// 展开菜单之后的背景 // 展开菜单之后的背景
#container, #container.show { #container, #container.show {
background-color: $mainBg_night; background-color: $mainBg_night;
@ -89,6 +88,7 @@ body.night {
// 左侧栏 // 左侧栏
.left-col { .left-col {
background: $articleBg_night; background: $articleBg_night;
background-image: none !important;
} }
#mobile-nav { #mobile-nav {
background: none; background: none;