diff --git a/api/templates/spotify.html.j2 b/api/templates/spotify.html.j2
index dc10c6c..c45d7f8 100644
--- a/api/templates/spotify.html.j2
+++ b/api/templates/spotify.html.j2
@@ -11,7 +11,6 @@
}
.container {
- background-color: #121212;
border-radius: 5px;
padding: 10px 10px 10px 0px;
}
@@ -46,7 +45,7 @@
.song {
font-weight: bold;
font-size: 24px;
- color: #fff;
+ color: #000000ba;
text-align: left;
margin-top: 65px;
}