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

f94eb36f2dc8ccc756b22d4592ed98acbb8e37d1 · 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 `;