Fix menu header contrast (#3898)

fixes #3897
This commit is contained in:
Feu Mourek 2019-08-12 11:01:14 +02:00 committed by Johannes Meyer
parent be235c2357
commit 18f23ec551
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@
} }
} }
#menu ul:not(.nav-level-2) > .selected > a {
color: @text-color;
}
#menu .active > a { #menu .active > a {
text-decoration: underline; text-decoration: underline;
} }