[backend/razor] Tweak queue status page newItem indicator style

This commit is contained in:
Laura Hausmann 2024-07-22 21:00:38 +02:00
parent 8345f35a5f
commit 14a8cfb5f3
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -79,7 +79,7 @@
@keyframes newItem { @keyframes newItem {
0% { 0% {
background-color: var(--text-main); background-color: #4c7599;
} }
} }