From c6718b7f5fbc0feffb07ae6ba748dc2ab936a9da Mon Sep 17 00:00:00 2001 From: d47081 Date: Sat, 11 Nov 2023 07:58:21 +0200 Subject: [PATCH] update blue saturation --- src/webui/www/private/css/palette.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/webui/www/private/css/palette.css b/src/webui/www/private/css/palette.css index 2b2a18bc4..45160b1b0 100644 --- a/src/webui/www/private/css/palette.css +++ b/src/webui/www/private/css/palette.css @@ -9,10 +9,10 @@ --color-text-white: hsl(0deg 0% 100%); --color-text-disabled: hsl(0deg 0% 60%); --color-text-default: hsl(0deg 0% 33%); - --color-background-blue: hsl(210deg 42% 48%); + --color-background-blue: hsl(210deg 65% 55%); --color-background-popup: hsl(0deg 0% 100%); --color-background-default: hsl(0deg 0% 94%); - --color-border-blue: hsl(210deg 100% 55%); + --color-border-blue: hsl(210deg 42% 48%); --color-border-default: hsl(0deg 0% 85%); } @@ -36,6 +36,7 @@ * { --color-text-blue: hsl(210deg 88.1% 73.5%); --color-text-default: hsl(0deg 0% 90%); + --color-background-blue: hsl(210deg 42% 48%); --color-background-popup: hsl(0deg 0% 20%); --color-background-default: hsl(0deg 0% 25%); --color-border-default: hsl(0deg 0% 33%);