css bg color fix
This commit is contained in:
@@ -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 %}
|
||||
}
|
||||
Reference in New Issue
Block a user