Fixes background color

This commit is contained in:
sValo 2016-03-05 22:27:07 +01:00
parent 6db75189ef
commit 45e7008edc

View file

@ -7,7 +7,7 @@
{% if page.illustration %}
<div class="header-container" style="background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('{{ SITEURL }}/images/{{ page.illustration }}'); background-position: center; background-size: cover; ">
{% elif NEST_HEADER_IMAGES %}
<div class="header-container" style="background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('{{ SITEURL }}/images/{{ NEST_HEADER_IMAGES }}'); background-position: center; background-size: cover;">
<div class="header-container" style="background: #000000 url('{{ SITEURL }}/images/{{ NEST_HEADER_IMAGES }}'); background-position: center; background-size: cover;">
{% else %}
<div class="header-container gradient">
{% endif %}