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

Configure Feed

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

chore: some opacity tweaks

+2 -2
+2 -2
src/styles/diffuse/page.css
··· 328 328 } 329 329 330 330 &[data-disabled] { 331 - opacity: 0.3; 331 + opacity: 0.4; 332 332 333 333 &:hover, 334 334 &:focus-within { 335 - opacity: 0.6; 335 + opacity: 0.7; 336 336 } 337 337 } 338 338 }