1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-18 19:50:38 +01:00

Fix background image

This commit is contained in:
Jonas Kvinge 2019-01-09 18:24:45 +01:00
parent b2fe64ed34
commit 4de61e79fb

View File

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