mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-15 15:32:37 +02:00

Because of CSS specificity rules, the `#custom-media` style will always override the `custom-spotify` and `custom-vlc` styles, so the background of the media element is always green rather than sometimes orange when VLC is running. I added `#custom-media` in front of each of the class selectors to increase their specificity so they take precedence.