From 70b3644b8d13c0b72b806cc80902cd0af871e0b9 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 2 Apr 2025 01:19:41 +0200 Subject: [PATCH] desature --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 789957f..17217c4 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ :root { --hue: 15; - --saturation: 97%; + --saturation: 80%; --lightness: 65%; }