You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/templates/extra.css

11 lines
220 B
CSS

/* {% if header %} */
.header__logo {
background: url({{ header }}) !important
}
/* {% endif %} */
/* {% if headerBackground %} */
.header {
background: url({{ headerBackground }}) !important
}
/* {% endif %} */