diff --git a/assets/global.css b/assets/global.css
index 2c5eb6f..bc6e902 100644
--- a/assets/global.css
+++ b/assets/global.css
@@ -33,6 +33,7 @@ h4,
h5,
h6 {
font-family: "fixed", monospace, system-ui;
+ font-weight: normal;
}
/* header {
diff --git a/templates/playlist.templ b/templates/playlist.templ
index a10a106..ad2057c 100644
--- a/templates/playlist.templ
+++ b/templates/playlist.templ
@@ -17,7 +17,7 @@ templ PlaylistHeader(p sc.Playlist) {
templ Playlist(p sc.Playlist) {
if p.Artwork != "" {
-
+
}
}
diff --git a/templates/track.templ b/templates/track.templ
index 8a00bac..5c504d3 100644
--- a/templates/track.templ
+++ b/templates/track.templ
@@ -46,7 +46,7 @@ templ TrackPlayer() {
templ Track(t sc.Track, stream string) {
if t.Artwork != "" {
-
}