mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-29 18:49:51 +01:00
9 lines
201 B
CSS
9 lines
201 B
CSS
#playlist {
|
|
background-color: white;
|
|
background-image: url(:logo.png);
|
|
background-attachment: fixed;
|
|
background-position: bottom right;
|
|
background-repeat: none;
|
|
background-clip: content;
|
|
}
|