From ed39b5dd9d640627c5125a245dbff149d4430db0 Mon Sep 17 00:00:00 2001 From: Akiraka Date: Mon, 8 Jul 2024 14:21:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=97=E8=89=B2=E6=A8=A1=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/dark-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/dark-theme.scss b/src/style/dark-theme.scss index d8010dc5..74b7e2f6 100644 --- a/src/style/dark-theme.scss +++ b/src/style/dark-theme.scss @@ -13,7 +13,7 @@ $--color-text-4: rgba(255, 255, 255, 0.3); body[arco-theme='dark'] { .navbar { - background-color: $dark-bg-1; + background-color: var(--color-bg-2); } .arco-layout-content { background-color: $color-bg-2