add background to current track in play queue

This commit is contained in:
Erica Z 2024-11-13 21:37:53 +01:00
parent 7ad9096277
commit a25333ec79

View file

@ -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;
}