mirror of https://github.com/openwrt/luci.git
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
parent
271f3e1d25
commit
280c55b9ad
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue