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.

fix: some css color issues

+3 -1
+1 -1
src/styles/wireframe/ui.css
··· 113 113 114 114 option, 115 115 optgroup { 116 - color: initial; 116 + color: black; 117 117 } 118 118 } 119 119
+2
src/themes/webamp/browser/element.js
··· 265 265 } 266 266 267 267 search input { 268 + color: inherit; 268 269 flex: 1; 269 270 } 270 271 271 272 search select { 273 + color: inherit; 272 274 max-width: 33%; 273 275 } 274 276