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:
commit
49c558a693
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue