style(menu): 调整暗黑模式下菜单项颜色
This commit is contained in:
parent
cb2a53ebc9
commit
3b0db032c5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue