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;