From: Sergey Ponomarev Date: Tue, 12 Dec 2023 19:00:02 +0000 (+0200) Subject: luci-theme-openwrt-2020: Fix header light blue color X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=74935b8ebb7089b69ec552c233d4783b1a4ef74e;p=project%2Fluci.git 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 --- 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;