From e2316369a7ffd8a89841f1654432e329ad5d51cd Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:56:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=B7=B1=E8=89=B2?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E7=89=88=E6=9C=AC=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#5402)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs #5370 --- frontend/src/styles/element-dark.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/element-dark.scss b/frontend/src/styles/element-dark.scss index 4679507dc..ff581edc1 100644 --- a/frontend/src/styles/element-dark.scss +++ b/frontend/src/styles/element-dark.scss @@ -1,5 +1,6 @@ html.dark { --el-box-shadow-light: 0px 0px 4px rgba(0, 0, 0, 0.1) !important; + --dark-gold-base-color: #5a5a5a; --el-border-color-lighter: #1d2023; --el-fill-color-blank: #111417; --el-bg-color: rgba(0, 11, 21, 1);