I tried almost everything and still have some trouble adding custom CSS to the elements (background of the playlist and the size of volume/playlist buttons). My last code was:
.global-style,
[class*='Background__StyledPlaylist-sc-1lq8xr6-4'] {
background-color: rgb(48,44,69);
}
.global-styles,
[class^="Playlist__Component-sc"] {
background-color: rgb(48,44,69);
}
.global-styles,
[class*='PlaylistButton__PlaylistButtonComponent-sc-13w9d8z-0'] {
width: 36px;
height: 36px;
}
The website: https://dragonicle.com
Thank you, Team.