add background to current track in play queue
This commit is contained in:
parent
7ad9096277
commit
a25333ec79
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue