Front page colors
This commit is contained in:
parent
ef3cca5218
commit
05f7349ed7
2 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue