development #1

Merged
sschuhmann merged 11 commits from development into main 2026-04-10 07:57:43 +00:00
Showing only changes of commit 6876bc1390 - Show all commits

View File

@@ -69,9 +69,9 @@ class AudioService {
// Fresh audio element per song. Lives on document.body so playback
// continues even when the SongPage container is removed from the DOM.
media: this.mediaElement,
waveColor: "rgba(255,255,255,0.09)",
progressColor: "#c8861a",
cursorColor: "#e8a22a",
waveColor: "rgba(20,184,166,0.18)",
progressColor: "#14b8a6",
cursorColor: "#2dd4bf",
barWidth: 2,
barRadius: 2,
height: 104,