Skip to content

Commit

Permalink
fix menu text color
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcat1115 committed Nov 28, 2017
1 parent 49a49ad commit 0710f82
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions site/theme/static/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0710f82

Please sign in to comment.