From 13aab850820b32d5050b0795748f0ed07bd9a468 Mon Sep 17 00:00:00 2001 From: Chuck Date: Fri, 6 Oct 2023 12:34:48 -0700 Subject: [PATCH] Update to keep the flashing part of the user background --- files/assets/css/main.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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; }