From 3d8856fdab08f5af169c7a5ebed68ecd701cc39c Mon Sep 17 00:00:00 2001 From: da5nsy Date: Thu, 19 Mar 2026 12:46:19 +0000 Subject: [PATCH] boost greyscale image contrast --- assets/css/app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 4c96848..137387d 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -178,7 +178,7 @@ img { } img.greyscale { - filter: grayscale(100); + filter: grayscale(100) contrast(120%); } img.rounded { @@ -550,7 +550,6 @@ footer { border-radius: var(--space-sm); padding: 0; background: rgba(0, 0, 0, 0.7); - --space: 1.5rem } @media screen and (width > 480px) {