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