luci-theme-material: make top level menu fontcolor configurable

If you change the color of the submenues then the colors of the toplevel
should also be changed into the same color.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
pull/2383/head
Florian Eckert 2018-12-17 13:57:15 +01:00
parent 271f3e1d25
commit 280c55b9ad
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ header > .fill > .container > .status > * {
display: block;
padding: .5rem 1rem;
text-decoration: none;
color: #202124;
color: var(--menu-color);
}
.main > .main-left > .nav > li:hover,