From 5f4d2096c756ffdb4e1018baf795eedf6582410a Mon Sep 17 00:00:00 2001 From: Ethan Shoham <69990209+Ethan-S-Dev@users.noreply.github.com> Date: Fri, 9 Jul 2021 20:10:06 +0300 Subject: [PATCH] Update spotify.html.j2 --- api/templates/spotify.html.j2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/api/templates/spotify.html.j2 b/api/templates/spotify.html.j2 index 588ad7c..9e5bf4c 100644 --- a/api/templates/spotify.html.j2 +++ b/api/templates/spotify.html.j2 @@ -18,6 +18,7 @@ .container { border-radius: 5px; padding: 10px 10px 10px 0px; + background-color:#181414; } .art { @@ -31,7 +32,7 @@ } .song { - color: #666; + color: #f7f7f7; overflow:hidden; margin-top: 3px; font-size: 24px; @@ -41,7 +42,7 @@ } .artist { - color: #b3b3b3; + color: #9f9f9f; font-size: 20px; margin-top: 4px; text-align: center; @@ -108,4 +109,4 @@ - \ No newline at end of file +