forked from rDrama/rDrama
1
0
Fork 0

redorder by selector size

master
Aevann 2023-10-08 15:32:59 +03:00
parent e59cf69a3f
commit ba602db144
1 changed files with 2 additions and 2 deletions

View File

@ -7622,12 +7622,12 @@ ul {
100% { filter: hue-rotate(360deg); } 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; color: red;
animation: lgbt 3s linear infinite; 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; background-color: red;
animation: lgbt 2s linear infinite; animation: lgbt 2s linear infinite;
} }