luci-theme-openwrt-2020: Fix header light blue color 6738/head
authorSergey Ponomarev <stokito@gmail.com>
Tue, 12 Dec 2023 19:00:02 +0000 (21:00 +0200)
committerSergey Ponomarev <stokito@gmail.com>
Tue, 12 Dec 2023 19:00:02 +0000 (21:00 +0200)
According to a style guide the color should be #00B5E2.
In a9f6d850a28aa936228253806717a1c70dfe94d4 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>
themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index bf7a7a391dc90f4653093fd5460e3480787b4716..4853ea7497eb489cf7e22a9e577bac03bfa1d601 100644 (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;