users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/spotify.js

1e8ce6189d196b8d75f9c15bec198ef4fa7a339b · 347 B · 15 lines raw

1 // Styles for /lib/components/data/spotify.jsx component
2 export const spotifyStyles = /* css */ `
3 .spotify {
4 position: relative;
5 background-color: var(--green);
6 }
7 .simple-bar--widgets-background-color-as-foreground .spotify {
8 color: var(--green);
9 background-color: transparent;
10 }
11
12 .spotify--hidden-metadata > svg {
13 margin-right: 0;
14 }
15 `;