From b4e9d8a66e67a7bfb831adbc8b148b18578f61fa Mon Sep 17 00:00:00 2001 From: Chuck Date: Fri, 6 Oct 2023 12:46:34 -0700 Subject: [PATCH] Should be faster but not as nice as just hue-rotating --- files/assets/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 50c590583..202d56e0a 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7618,8 +7618,10 @@ ul { } @keyframes lgbt { + 10% { color: red; background-color: red; } 10% { filter: hue-rotate(0deg); } 90% { filter: hue-rotate(360deg); } + 90% { color: unset; background-color: unset; } } .zozbot, :not(td) > a[href="/h/countryclub"], [pride_username] {