diff options
author | Simon Tretter <simon@mediaarchitectu.re> | 2018-10-21 11:50:55 +0800 |
---|---|---|
committer | Simon Tretter <simon@mediaarchitectu.re> | 2018-10-21 11:50:55 +0800 |
commit | f46ad8775018890538c435d01ae236e423a08417 (patch) | |
tree | 1c7c11433ae2f8560b4dbe9d1020e11a1434f0fb /themes/luci-theme-material/htdocs/luci-static/material/custom.css | |
parent | a2a51109029cc753be026320b259b5aa919245cf (diff) |
luci-theme-material: Add main color variable
Signed-off-by: Simon Tretter <simon@mediaarchitectu.re>
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material/custom.css')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/custom.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/custom.css b/themes/luci-theme-material/htdocs/luci-static/material/custom.css index adb9c753e..e53ac6db4 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/custom.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/custom.css @@ -1,5 +1,6 @@ :root { + --main-color: #0099CC; --header-bg: #0099CC; --header-color: #FFFFFF; --menu-bg-color: #FFFFFF; |