Merge pull request #2383 from TDT-AG/pr/20181220-luci-theme-material

luci-theme-material: make top level menu fontcolor configurable
This commit is contained in:
Jo-Philipp Wich 2018-12-20 15:06:12 +01:00 committed by GitHub
commit 49c558a693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -571,7 +571,7 @@ header > .fill > .container > .status > * {
display: block; display: block;
padding: .5rem 1rem; padding: .5rem 1rem;
text-decoration: none; text-decoration: none;
color: #202124; color: var(--menu-color);
} }
.main > .main-left > .nav > li:hover, .main > .main-left > .nav > li:hover,