Update to keep the flashing part of the user background

pull/212/head
Chuck 2023-10-06 12:34:48 -07:00
parent 4c49c371df
commit 13aab85082
1 changed files with 2 additions and 4 deletions

View File

@ -7618,17 +7618,15 @@ ul {
} }
@keyframes lgbt { @keyframes lgbt {
0% { filter: hue-rotate(0deg); } 10% { filter: hue-rotate(0deg); }
100% { filter: hue-rotate(360deg); } 90% { filter: hue-rotate(360deg); }
} }
.zozbot, :not(td) > a[href="/h/countryclub"], [pride_username] { .zozbot, :not(td) > a[href="/h/countryclub"], [pride_username] {
color: red;
animation: lgbt 8s linear infinite; animation: lgbt 8s linear infinite;
} }
[pride_username].patron { [pride_username].patron {
background-color: red;
animation: lgbt 8s linear infinite; animation: lgbt 8s linear infinite;
} }