|
@@ -684,13 +684,13 @@ body {
|
|
|
}
|
|
|
|
|
|
// 技能博物馆
|
|
|
-// .ant-menu-root>.ant-menu-item span {
|
|
|
-// color: white;
|
|
|
-// }
|
|
|
+.ant-menu-root>.ant-menu-item span {
|
|
|
+ color: @font-color;
|
|
|
+}
|
|
|
// .ant-menu-root>.ant-menu-item :hover{
|
|
|
// color: #1988f4 !important;
|
|
|
// }
|
|
|
-// .ant-menu-root>.ant-menu-item i {
|
|
|
-// color: white;
|
|
|
-// }
|
|
|
+.ant-menu-root>.ant-menu-item i {
|
|
|
+ color: @font-color;
|
|
|
+}
|
|
|
</style>
|