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.

Slightly darken the placeholder text on inputs

+1 -1
+1 -1
src/Applications/UI.elm
··· 2193 2193 placeholderStyles : List Css.Style 2194 2194 placeholderStyles = 2195 2195 [ Css.color (Css.rgb 0 0 0) 2196 - , Css.opacity (Css.num 0.2) 2196 + , Css.opacity (Css.num 0.225) 2197 2197 ] 2198 2198 2199 2199