A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: different theme color for pico

+6 -2
+4 -1
.astro/settings.json
··· 1 1 { 2 2 "_variables": { 3 - "lastUpdateCheck": 1754857737323 3 + "lastUpdateCheck": 1756909768278 4 + }, 5 + "devToolbar": { 6 + "enabled": false 4 7 } 5 8 }
+2 -1
src/styles/pico.scss
··· 1 1 @use "@picocss/pico/scss/pico" with ( 2 2 $enable-responsive-spacings: true, 3 - $enable-responsive-typography: true 3 + $enable-responsive-typography: true, 4 + $theme-color: "slate" 4 5 ); 5 6 6 7 @use "@picocss/pico/scss/colors/utilities";