From d66afdf13152ea2376082d3a84e8a03e45837992 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 29 Feb 2024 00:48:45 +0200 Subject: [PATCH] do this https://rdrama.net/h/countryclub/post/79285/-/6026950#context --- files/assets/css/awards.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/assets/css/awards.css b/files/assets/css/awards.css index 0931844d3..dfd2db0c8 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -292,3 +292,7 @@ .zozbot { color: red !important; } + +.sharpen img[alt^=":"] { + filter: invert(30%) brightness(60%) sepia(100%) hue-rotate(-50deg) contrast(2) saturate(150%); +}