users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/youtube-music.js
a6ca159fc55d3e989eb9de85daa396c593bb0a00
· 310 B · 11 lines
raw
| 1 | // Styles for /lib/components/data/youtube-music.jsx component |
| 2 | export const youtubeMusicStyles = /* css */ ` |
| 3 | .youtube-music { |
| 4 | position: relative; |
| 5 | background-color: var(--red); |
| 6 | } |
| 7 | .simple-bar--widgets-background-color-as-foreground .youtube-music { |
| 8 | color: var(--red); |
| 9 | background-color: transparent; |
| 10 | } |
| 11 | `; |