From a25333ec7901c346f9ca8d854a8efc4151b0859f Mon Sep 17 00:00:00 2001 From: Erica Z Date: Wed, 13 Nov 2024 21:37:53 +0100 Subject: [PATCH] add background to current track in play queue --- resources/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/style.css b/resources/style.css index 17a82fa..a81ecfb 100644 --- a/resources/style.css +++ b/resources/style.css @@ -20,6 +20,10 @@ padding: 0; } +#play-queue .playing { + background-color: color-mix(in srgb, var(--accent-bg-color) 40%, transparent); +} + #play-queue .playing label.title { font-weight: bold; }