From f443693cfef145f45c25933168512113f6b5b124 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 11 Feb 2023 01:00:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20don't=20fully=20invert?= =?UTF-8?q?=20images=20in=20dark=20theme=20It=20washes=20out=20the=20contr?= =?UTF-8?q?ast=20a=20bit,=20but=20a=20pure=20white=20background=20on=20a?= =?UTF-8?q?=20picture,=20which=20matches=20the=20background=20of=20the=20l?= =?UTF-8?q?ight=20theme,=20will=20now=20perfectly=20match=20the=20dark=20t?= =?UTF-8?q?heme=20background.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/main.scss b/sass/main.scss index 05a85e6..6d6b702 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -61,7 +61,7 @@ --accent-color: #ff9a8c; .invertable-image { - filter: invert(1); + filter: invert(.88); } }