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