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:
Sergey Ponomarev 2023-12-12 21:00:02 +02:00
parent 9ce280af95
commit 74935b8ebb

View file

@ -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;