css bg color fix
This commit is contained in:
@@ -5,6 +5,6 @@ body {
|
|||||||
background-image: url('{{background.image.url}}');
|
background-image: url('{{background.image.url}}');
|
||||||
{% if not background.repeat %}background-repeat: no-repeat;{% endif %}
|
{% if not background.repeat %}background-repeat: no-repeat;{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
background-color: {{background.color}};
|
background-color: {{background.color}} !important;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user