From 05522fcdc74535ebbf9eb6cdfea514331e701e4f Mon Sep 17 00:00:00 2001 From: tim Date: Tue, 9 Sep 2025 00:32:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=88=86=E5=89=B2?= =?UTF-8?q?=E7=BA=BF=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/assets/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend_nuxt/assets/global.css b/frontend_nuxt/assets/global.css index 6f7bee37b..450fc2656 100644 --- a/frontend_nuxt/assets/global.css +++ b/frontend_nuxt/assets/global.css @@ -17,7 +17,7 @@ --background-color: white; --background-color-blur: rgba(255, 255, 255, 0.57); --menu-border-color: lightgray; - --normal-border-color: lightgray; + --normal-border-color: rgba(211, 211, 211, 0.63); --menu-selected-background-color: rgba(88, 241, 255, 0.166); --normal-light-background-color: rgba(242, 242, 242, 0.884); --menu-selected-background-color-hover: rgba(242, 242, 242, 0.884);