From 2bc6e7d2fb49bf6a4f908fedd7080a7c5f5fbce6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 10 Oct 2023 20:47:13 +0300 Subject: [PATCH] dont apply sharpen effect when blood awarded (makes shit impossible to read) --- 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 9d315d0f1..87c3dbb94 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -253,7 +253,7 @@ text-transform: lowercase !important; } -.sharpen:not(a), h1.sharpen.post-title a { +.sharpen:not(a):not(.blood), h1.sharpen.post-title a { color: red !important; font-weight: bold !important; font-style: italic !important;