Merge pull request #5832 from Qrbaker/feature/material-logo-update
luci-theme-material: Update brand logo/colors
This commit is contained in:
commit
b1ceee5f27
3 changed files with 6 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
|
@ -404,7 +404,7 @@ header > .fill > .container > #logo {
|
||||||
|
|
||||||
header > .fill > .container > #logo > img {
|
header > .fill > .container > #logo > img {
|
||||||
width: calc(0% + 10rem);
|
width: calc(0% + 10rem);
|
||||||
margin-top: -.1rem;
|
margin-top: -.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > .fill > .container > .brand {
|
header > .fill > .container > .brand {
|
||||||
|
@ -466,7 +466,7 @@ header > .fill > .container > .status > * {
|
||||||
}
|
}
|
||||||
|
|
||||||
#modemenu > li > a.active {
|
#modemenu > li > a.active {
|
||||||
background-color: #5bc0de !important;
|
background-color: #002B49 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#modemenu > li.divider {
|
#modemenu > li.divider {
|
||||||
|
@ -496,7 +496,7 @@ header > .fill > .container > .status > * {
|
||||||
|
|
||||||
.notice,
|
.notice,
|
||||||
[data-indicator]:not([data-style="inactive"]) {
|
[data-indicator]:not([data-style="inactive"]) {
|
||||||
background-color: #5bc0de !important;
|
background-color: #002B49 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
:root {
|
:root {
|
||||||
--main-color: #09c;
|
--main-color: #00B5E2;
|
||||||
--header-bg: #09c;
|
--header-bg: #00B5E2;
|
||||||
--header-color: #fff;
|
--header-color: #fff;
|
||||||
--bar-bg: #5bc0de;
|
--bar-bg: #5bc0de;
|
||||||
--menu-bg-color: #fff;
|
--menu-bg-color: #fff;
|
||||||
|
@ -8,6 +8,6 @@
|
||||||
--menu-color-hover: #202124;
|
--menu-color-hover: #202124;
|
||||||
--main-menu-color: #202124;
|
--main-menu-color: #202124;
|
||||||
--submenu-bg-hover: #d4d4d4;
|
--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";
|
--font-body: "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", "Hiragino Sans GB";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue