From 74935b8ebb7089b69ec552c233d4783b1a4ef74e Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Tue, 12 Dec 2023 21:00:02 +0200 Subject: [PATCH] luci-theme-openwrt-2020: Fix header light blue color 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 --- .../htdocs/luci-static/openwrt2020/cascade.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index bf7a7a391d..4853ea7497 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -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; -- 2.30.2