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