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%); +}