From 3b0db032c5fa7e87732507e5be5b5b065614c09c Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Tue, 22 Apr 2025 14:11:21 +0800 Subject: [PATCH] =?UTF-8?q?style(menu):=20=E8=B0=83=E6=95=B4=E6=9A=97?= =?UTF-8?q?=E9=BB=91=E6=A8=A1=E5=BC=8F=E4=B8=8B=E8=8F=9C=E5=8D=95=E9=A1=B9?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.less b/src/style.less index edadcda3..6135d14c 100644 --- a/src/style.less +++ b/src/style.less @@ -1,6 +1,6 @@ @import "./style/variable"; -@DarkMenuItemColor: #808491 !important; +@DarkMenuItemColor: #eee !important; @font-face { font-family: AliRegular; @@ -63,7 +63,7 @@ body { .ant-menu-item { span{ - color: rgba(255, 255, 255, 0.55) !important; + color: #eee !important; } &:hover { background-color: transparent !important;