From ba602db1448a3817149c655acf3b60a273505da0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 8 Oct 2023 15:32:59 +0300 Subject: [PATCH] redorder by selector size --- files/assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index c05239a76..c55446196 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7622,12 +7622,12 @@ ul { 100% { filter: hue-rotate(360deg); } } -.zozbot, :not(td) > a[href="/h/countryclub"]:not(.hole-flair), [pride_username] { +.zozbot, [pride_username], :not(td) > a[href="/h/countryclub"]:not(.hole-flair) { color: red; animation: lgbt 3s linear infinite; } -:not(td) > a[href="/h/countryclub"].hole-flair, [pride_username].patron { +[pride_username].patron, :not(td) > a[href="/h/countryclub"].hole-flair { background-color: red; animation: lgbt 2s linear infinite; }