diff options
author | Florian Eckert <fe@dev.tdt.de> | 2018-12-17 13:57:15 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2018-12-20 14:46:31 +0100 |
commit | 280c55b9ad41e41501c6e6e963baec2347b5ae51 (patch) | |
tree | 84c8f23c90f1a2e6ab382d7323da839bc3928eb7 | |
parent | 271f3e1d25c0b7652ca5a0924e2413cbe8f95a40 (diff) |
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>
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 dc5691136..8c6f68110 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, |