luci-theme-material: correct main menu color variable
[oweals/luci.git] / themes / luci-theme-material / htdocs / luci-static / material / cascade.css
index db5304b430882899551b93206fd8db155c0510ab..1fa7b50a7417df737f0cea55fa52a9382f5ee5ab 100644 (file)
@@ -563,7 +563,8 @@ body[class*="node-"] > .main > .main-left > .nav > .slide > .menu.active::before
        display: block;
        padding: .5rem 1rem;
        text-decoration: none;
-       color: var(--menu-color);
+       color: #202124;
+       color: var(--main-menu-color);
 }
 
 .main > .main-left > .nav > li:hover,