From 280c55b9ad41e41501c6e6e963baec2347b5ae51 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 17 Dec 2018 13:57:15 +0100 Subject: [PATCH] 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 --- .../luci-theme-material/htdocs/luci-static/material/cascade.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2