From: Florian Eckert Date: Mon, 17 Dec 2018 12:57:15 +0000 (+0100) Subject: luci-theme-material: make top level menu fontcolor configurable X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=280c55b9ad41e41501c6e6e963baec2347b5ae51;p=project%2Fluci.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 --- diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index dc56911366..8c6f681105 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -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,