summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-06-07 00:30:39 +0200
committerGitHub <noreply@github.com>2022-06-07 00:30:39 +0200
commitb1ceee5f27de6c36b62eda5a35295901567be2e1 (patch)
tree836e444cfb347789b6e2015bcd7702896b6c5f4f
parentd9254563ce581932dcf0daa5afe13315973c4248 (diff)
parentb0f13efa9ce45e7b0ad096e0c1bd5e55bec23b8e (diff)
Merge pull request #5832 from Qrbaker/feature/material-logo-update
luci-theme-material: Update brand logo/colors
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/brand.pngbin6249 -> 6280 bytes
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css6
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/custom.css6
3 files changed, 6 insertions, 6 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/brand.png b/themes/luci-theme-material/htdocs/luci-static/material/brand.png
index 1e903c5f96..bc96c799ca 100644
--- a/themes/luci-theme-material/htdocs/luci-static/material/brand.png
+++ b/themes/luci-theme-material/htdocs/luci-static/material/brand.png
Binary files differ
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 a797a065d8..4d414c91f8 100644
--- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
+++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
@@ -404,7 +404,7 @@ header > .fill > .container > #logo {
header > .fill > .container > #logo > img {
width: calc(0% + 10rem);
- margin-top: -.1rem;
+ margin-top: -.5rem;
}
header > .fill > .container > .brand {
@@ -466,7 +466,7 @@ header > .fill > .container > .status > * {
}
#modemenu > li > a.active {
- background-color: #5bc0de !important;
+ background-color: #002B49 !important;
}
#modemenu > li.divider {
@@ -496,7 +496,7 @@ header > .fill > .container > .status > * {
.notice,
[data-indicator]:not([data-style="inactive"]) {
- background-color: #5bc0de !important;
+ background-color: #002B49 !important;
}
.error {
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 7a5bbb93e8..b2515fb5aa 100644
--- a/themes/luci-theme-material/htdocs/luci-static/material/custom.css
+++ b/themes/luci-theme-material/htdocs/luci-static/material/custom.css
@@ -1,6 +1,6 @@
:root {
- --main-color: #09c;
- --header-bg: #09c;
+ --main-color: #00B5E2;
+ --header-bg: #00B5E2;
--header-color: #fff;
--bar-bg: #5bc0de;
--menu-bg-color: #fff;
@@ -8,6 +8,6 @@
--menu-color-hover: #202124;
--main-menu-color: #202124;
--submenu-bg-hover: #d4d4d4;
- --submenu-bg-hover-active: #09c;
+ --submenu-bg-hover-active: #00B5E2;
--font-body: "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", "Hiragino Sans GB";
}