My custom CSS not applying for "Background Music" (floating mode, static Html website)

Hi there, @Maksim_Razbo and welcome to the Community :wave:

This code will help you change the background color of the playlist - Change playlist background color

And here is the code to change the size of the buttons:

.global-styles, [class*="VolumeComponent__VolumeControlComponent-sc"] {
scale: 1.2;
}

.global-styles, [class*="Play__Component-sc"] { 
  scale: 1.6;
}

Give it a try and let me know if it helped :wink: