menu.less: User themable text color for active level-1 menu item

This commit is contained in:
Florian Strohmaier 2020-07-30 15:42:54 +02:00 committed by Johannes Meyer
parent a9a7cb81e8
commit 32e756b185
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
color: @menu-color;
&.active {
color: @white;
color: @text-color;
> a > .badge {
display: none;