luci-theme-openwrt-2020: Fix header light blue color
According to a style guide the color should be #00B5E2.
In a9f6d850a2
added a light blue square background to logo.svg.
Their color started differs, the change fixes this.
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
parent
9ce280af95
commit
74935b8ebb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
:root {
|
||||
--main-bright-color: #00A3E1;
|
||||
--main-bright-color: #00B5E2;
|
||||
--main-dark-color: #002B49;
|
||||
--secondary-bright-color: #FFFFFF;
|
||||
--secondary-dark-color: #212322;
|
||||
|
|
Loading…
Reference in a new issue