I have updated the brand.png logo to the 2020 version, and I have
made a small adjustment to the CSS to reflect its slightly larger
vertical height.
I also have made small tweaks to the system theme colors to use
the brand colors as recommended on page 5 of the logo usage
guidelines document avalible at
openwrt/branding/blob/master/openwrt-styleguide.pdf
Signed-off-by: Quentin Baker <opensource@quentb.com>
(cherry picked from commit
b0f13efa9ce45e7b0ad096e0c1bd5e55bec23b8e)
header > .fill > .container > #logo > img {
width: calc(0% + 10rem);
- margin-top: -.1rem;
+ margin-top: -.5rem;
}
header > .fill > .container > .brand {
}
#modemenu > li > a.active {
- background-color: #5bc0de !important;
+ background-color: #002B49 !important;
}
#modemenu > li.divider {
.notice,
[data-indicator]:not([data-style="inactive"]) {
- background-color: #5bc0de !important;
+ background-color: #002B49 !important;
}
.error {
:root {
- --main-color: #09c;
- --header-bg: #09c;
+ --main-color: #00B5E2;
+ --header-bg: #00B5E2;
--header-color: #fff;
--bar-bg: #5bc0de;
--menu-bg-color: #fff;
--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";
}