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>
This commit is contained in:
Florian Eckert 2018-12-17 13:57:15 +01:00
parent 271f3e1d25
commit 280c55b9ad

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,