diff --git a/playlist/templates/background.css b/playlist/templates/background.css index 49761f8..0031a7a 100644 --- a/playlist/templates/background.css +++ b/playlist/templates/background.css @@ -3,8 +3,11 @@ body { {% if background.image %} background-image: url('{{background.image.url}}'); - {% if not background.repeat %}background-repeat: no-repeat;{% endif %} - {% else %} - background-color: {{background.color}} !important; + {% endif %} + {% if not background.repeat %} + background-repeat: no-repeat; + {% endif %} + {% if background.color %} + background-color: {{background.color}} !importent; {% endif %} } \ No newline at end of file