From 780298648aeee31babaaf453e24342bf0c3cae07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E8=BF=9B=E7=A6=84?= Date: Mon, 14 Mar 2022 19:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/yilia/source-src/css/night.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/yilia/source-src/css/night.scss b/themes/yilia/source-src/css/night.scss index 6f02677..1d434d7 100644 --- a/themes/yilia/source-src/css/night.scss +++ b/themes/yilia/source-src/css/night.scss @@ -39,8 +39,7 @@ $textColor_night: #d5d5d5; // 文字颜色 } body.night { - background-color: $mainBg_night; - background-image: none !important; + background: $mainBg_night; // 展开菜单之后的背景 #container, #container.show { background-color: $mainBg_night; @@ -89,6 +88,7 @@ body.night { // 左侧栏 .left-col { background: $articleBg_night; + background-image: none !important; } #mobile-nav { background: none;