From 42446c37f042fdf7bf0eba1a2b2acebfc3da4ad5 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 19 Aug 2023 05:56:20 +0200 Subject: [PATCH] Tweak color palette --- .../(view)/(task)/taskImportance.module.css | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/todoblue/src/app/[lang]/board/[board]/(page)/(view)/(task)/taskImportance.module.css b/todoblue/src/app/[lang]/board/[board]/(page)/(view)/(task)/taskImportance.module.css index 07756c4..1217ade 100644 --- a/todoblue/src/app/[lang]/board/[board]/(page)/(view)/(task)/taskImportance.module.css +++ b/todoblue/src/app/[lang]/board/[board]/(page)/(view)/(task)/taskImportance.module.css @@ -1,17 +1,17 @@ .taskImportanceHighest { - --bhsl-current-hue: 15deg; - --bhsl-current-saturation: 98%; + --bhsl-current-hue: 18deg; + --bhsl-current-saturation: 100%; --bhsl-current-lightness: 75%; font-weight: 800; } .taskImportanceHigh { - --bhsl-current-hue: 260deg; - --bhsl-current-saturation: 66%; - --bhsl-current-lightness: 72%; + --bhsl-current-hue: 250deg; + --bhsl-current-saturation: 100%; + --bhsl-current-lightness: 78%; - font-weight: 700; + font-weight: 600; } .taskImportanceNormal { @@ -23,9 +23,9 @@ } .taskImportanceLow { - --bhsl-current-hue: 168deg; - --bhsl-current-saturation: 22%; - --bhsl-current-lightness: 61%; + --bhsl-current-hue: 160deg; + --bhsl-current-saturation: 45%; + --bhsl-current-lightness: 60%; font-weight: 300; } @@ -33,7 +33,7 @@ .taskImportanceLowest { --bhsl-current-hue: 120deg; --bhsl-current-saturation: 30%; - --bhsl-current-lightness: 30%; + --bhsl-current-lightness: 45%; - font-weight: 300; + font-weight: 200; }