Front page colors

This commit is contained in:
datalets 2017-09-05 11:08:18 +02:00
parent ef3cca5218
commit 05f7349ed7
2 changed files with 6 additions and 3 deletions

View file

@ -45,7 +45,7 @@
<em><span>{{ entry.author }}</span></em>
</p>
</div>
<a href="/aktuelles/" target="_blank" class="fill"></a>
<a href="/aktuelles/" class="fill"></a>
<!-- <a href="{{ entry.link }}" target="_blank" class="fill"></a> -->
</div>
</div>

View file

@ -80,8 +80,11 @@
}
}
/* Home page banner background */
body.template-frontpage {
background: $gray-lighter;
.home_page section:nth-child(even) { background: white; }
}
/* Page header */
$banner-height: 700px;