diff --git a/playlist/templates/background.css b/playlist/templates/background.css index 0031a7a..b74055d 100644 --- a/playlist/templates/background.css +++ b/playlist/templates/background.css @@ -8,6 +8,6 @@ body { background-repeat: no-repeat; {% endif %} {% if background.color %} - background-color: {{background.color}} !importent; + background-color: {{background.color}} !important; {% endif %} } \ No newline at end of file