diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-12-20 15:06:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-20 15:06:12 +0100 |
commit | 49c558a693fd7f1008edbb53b2115806a2f9ea77 (patch) | |
tree | 84c8f23c90f1a2e6ab382d7323da839bc3928eb7 | |
parent | 271f3e1d25c0b7652ca5a0924e2413cbe8f95a40 (diff) | |
parent | 280c55b9ad41e41501c6e6e963baec2347b5ae51 (diff) |
Merge pull request #2383 from TDT-AG/pr/20181220-luci-theme-material
luci-theme-material: make top level menu fontcolor configurable
-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 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, |