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.

Improve outer-nav styles

+3 -3
+3 -3
src/Css/Navigation/Styles.elm
··· 27 27 ------------------------------------------------------ 28 28 class OutsideNavigation 29 29 [ colorDerivatives.text 30 - |> Color.Manipulate.fadeOut 0.675 30 + |> Color.Manipulate.fadeOut 0.55 31 31 |> cssColor 32 32 |> color 33 33 , fontSize (Css.rem 0.675) ··· 64 64 ] 65 65 , class ActiveLink 66 66 [ colorDerivatives.text 67 - |> Color.Manipulate.fadeOut 0.9 67 + |> Color.Manipulate.fadeOut 0.875 68 68 |> cssColor 69 69 |> borderBottom3 (px 1) solid 70 70 , colorDerivatives.text 71 - |> Color.Manipulate.fadeOut 0.45 71 + |> Color.Manipulate.fadeOut 0.275 72 72 |> cssColor 73 73 |> color 74 74 , paddingBottom zero