style(menu): 调整暗黑模式下菜单项颜色

This commit is contained in:
fhysy 2025-04-22 14:11:21 +08:00
parent cb2a53ebc9
commit 3b0db032c5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
@import "./style/variable"; @import "./style/variable";
@DarkMenuItemColor: #808491 !important; @DarkMenuItemColor: #eee !important;
@font-face { @font-face {
font-family: AliRegular; font-family: AliRegular;
@ -63,7 +63,7 @@ body {
.ant-menu-item { .ant-menu-item {
span{ span{
color: rgba(255, 255, 255, 0.55) !important; color: #eee !important;
} }
&:hover { &:hover {
background-color: transparent !important; background-color: transparent !important;