From bcb80fa4410ef33f73143fc357365a3fd7944bad Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 29 Feb 2024 01:04:48 +0200 Subject: [PATCH] add award cancer --- files/assets/css/awards.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/awards.css b/files/assets/css/awards.css index 9af9deb06..74eb08abf 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -293,7 +293,7 @@ color: red !important; } -.sharpen img[alt^=":"] { +.sharpen { filter: invert(30%) brightness(60%) sepia(100%) hue-rotate(-50deg) contrast(2) saturate(150%); }