From af23da9b5f65e50ebe71b9849c456d1f287cac7a Mon Sep 17 00:00:00 2001 From: Dejvino Date: Sat, 23 May 2026 19:35:18 +0200 Subject: [PATCH] style: adjust grayscale and brightness filter values --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a76be62..9aad7b1 100644 --- a/style.css +++ b/style.css @@ -262,7 +262,7 @@ body { justify-content: center; width: 1.2em; text-align: center; - filter: grayscale(100%) brightness(1.2); + filter: grayscale(90%) brightness(0.8); }