luci-theme-material: make top level menu fontcolor configurable 2383/head
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 17 Dec 2018 12:57:15 +0000 (13:57 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 20 Dec 2018 13:46:31 +0000 (14:46 +0100)
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>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index dc569113664d88d4ed35cf2792eeb4a6d102933c..8c6f6811056a05926f3e5c9232e5ab902fff3510 100644 (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,