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.

Subtle shadow for dark mode

+9 -1
+5 -1
src/Applications/UI/Tracks/Scene/List.elm
··· 149 149 [ C.h_10 150 150 , C.left_0 151 151 , C.minus_mt_10 152 + , C.minus_translate_y_full 152 153 , C.opacity_30 153 154 , C.right_0 154 155 , C.shadow_md 155 156 , C.sticky 156 157 , C.top_0 157 - , C.minus_translate_y_full 158 158 , C.z_10 159 + 160 + -- Dark mode 161 + ------------ 162 + , C.dark__shadow_md_darker 159 163 ] 160 164 [] 161 165
+4
system/Css/Tailwind.js
··· 135 135 136 136 extend: { 137 137 138 + boxShadow: { 139 + "md-darker": "0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.36)" 140 + }, 141 + 138 142 fontSize: { 139 143 "0": 0, 140 144 "almost-sm": "0.78125rem",