fix menu text color

This commit is contained in:
ddcat1115 2017-11-28 17:59:28 +08:00
parent 49a49adae3
commit 0710f826f3

View File

@ -101,9 +101,14 @@ a {
display: none;
}
// .ant-menu-item > a {
// color: @site-text-color !important;
// }
// reset menu text color
.ant-menu-item > a {
color: @site-text-color !important;
}
.ant-menu-item-selected > a, .ant-menu-item-selected > a:hover {
color: @primary-color !important;
}
#react-content {
transition: transform .3s @ease-in-out-circ;