From c4bde854ecd365e5a53e91591742f62654ce310b Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 19 Feb 2024 02:29:46 +0200 Subject: [PATCH] fix distinguishing --- files/assets/css/awards.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/assets/css/awards.css b/files/assets/css/awards.css index 49b553669d..0931844d38 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -280,7 +280,7 @@ } .zozbot, [pride_username], :not(td) > a[href="/h/countryclub"]:not(.hole-flair) { - color: red !important; + color: red; animation: lgbt 3s linear infinite; } @@ -288,3 +288,7 @@ background-color: red; animation: lgbt 2s linear infinite; } + +.zozbot { + color: red !important; +}