From f3374e0222888ed0eadaf813c7c578e662c7497d Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 10 Oct 2023 20:48:08 +0300 Subject: [PATCH] make blood award pure red (easier to read) --- files/assets/events/homoween/css/main_homoween.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/files/assets/events/homoween/css/main_homoween.css b/files/assets/events/homoween/css/main_homoween.css index 815f8319ae..a682555b15 100644 --- a/files/assets/events/homoween/css/main_homoween.css +++ b/files/assets/events/homoween/css/main_homoween.css @@ -184,10 +184,7 @@ body::after { .blood { position: relative; -} - -.blood { - color: #dc3545 !important; + color: red !important; font-family: 'DoubleFeature'; }