style: Add back customized playlist background style

This commit is contained in:
Jonas Kvinge
2025-06-23 20:44:00 +02:00
parent d280e6426f
commit 61a701554e

View File

@@ -1,3 +1,8 @@
#playlist {
background-color: %palette-base;
alternate-background-color: %palette-alternate-base;
}
#playlist[default_background_enabled = "true"] {
background-image: url(:pictures/strawberry-faded.png);
background-attachment: fixed;