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

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