spotio
spotio copied to clipboard
Styling of the "Discover weekly" playlist
The styling of the "Discover weekly" playlist isn't inline / consistent with the rest of the Spotio styling. From what I gathered from their JavaScript;
Source: Contents/Resources/Apps/playlist-desktop/bundle.js
Line 1341:
/**
* Add class for Discover Weekly playlists
*/
function addDiscoverWeeklyClass() {
document.body.classList.add('discover-weekly');
}
Spotify has added an exception for this particular use case. My best guess / suggestion to tackle this, is to do a CSS invert on the image / whole background div.

I actually did do some styling on this — the CSS is in one of the App style.css files but I can't remember which one right now. Would you rather have an inverted image? My thought was to retain the original background image since it's supposed to be a night sky, but if we invert that it might just look off so we'll need to come up with a different header image. I'm open to suggestions!