css bg color fix

This commit is contained in:
2024-02-21 17:52:47 +01:00
parent 10703beaca
commit 0105a4f4ce
+1 -1
View File
@@ -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 %}
}