Fixes background color
This commit is contained in:
parent
6db75189ef
commit
45e7008edc
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue