From 14a8cfb5f3fc40ad021f5e9681275900feaa7d2f Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 22 Jul 2024 21:00:38 +0200 Subject: [PATCH] [backend/razor] Tweak queue status page newItem indicator style --- Iceshrimp.Backend/wwwroot/css/queue.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iceshrimp.Backend/wwwroot/css/queue.css b/Iceshrimp.Backend/wwwroot/css/queue.css index b8791fe7..85fef262 100644 --- a/Iceshrimp.Backend/wwwroot/css/queue.css +++ b/Iceshrimp.Backend/wwwroot/css/queue.css @@ -79,7 +79,7 @@ @keyframes newItem { 0% { - background-color: var(--text-main); + background-color: #4c7599; } }