From fb0c092a2cb16e2765d5a5e950fd27dbd8ccfbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=97=E5=A4=A7?= Date: Tue, 23 Apr 2024 11:35:11 +0800 Subject: [PATCH] style: update --- src/style/dark.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/dark.scss b/src/style/dark.scss index 9bd967578..7c3cb65cb 100644 --- a/src/style/dark.scss +++ b/src/style/dark.scss @@ -86,7 +86,8 @@ html.dark { background: var(--el-bg-color) !important; } - .app-main { + .app-main, + .app-main-nofixed-header { background: #020409 !important; }