This commit is contained in:
2024-02-21 21:48:11 +01:00
parent ed3151ce94
commit 9a6fc5ce36
+1 -1
View File
@@ -8,6 +8,6 @@ body {
background-repeat: no-repeat; background-repeat: no-repeat;
{% endif %} {% endif %}
{% if background.color %} {% if background.color %}
background-color: {{background.color}} !importent; background-color: {{background.color}} !important;
{% endif %} {% endif %}
} }