fix of text color of menu bar

This commit is contained in:
John Mitchell 2016-05-11 10:55:16 -04:00
parent dacbeed5a4
commit 1f31a49cbb

View File

@ -76,6 +76,13 @@
z-index: 1042;
}
.MainMenu-item,
.MainMenu-item:hover,
.MainMenu-item:focus,
.MainMenu-item:active {
color: @default-interface-txt;
}
@menu-breakpoint: 900px;
@media screen and (min-width: (@menu-breakpoint + 1px)) {