Dark background in header

This commit is contained in:
Christoph Haas 2016-04-08 17:10:36 +02:00
parent 79d16b1ce0
commit 2cb041bf8d

View file

@ -554,7 +554,8 @@ $tooltip-radius: $global-radius;
// -----------
$topbar-padding: 0.5rem;
$topbar-background: $light-gray;
// $topbar-background: $light-gray;
$topbar-background: #2e3436;
$topbar-title-spacing: 1rem;
$topbar-input-width: 200px;
@ -606,7 +607,8 @@ $menu-item-background-active: $primary-color;
header
{
background-color: $light-gray;
// background-color: $light-gray;
background-color: #2e3436;
}
body
@ -669,11 +671,11 @@ html, body {
p
{
display: table-cell;
padding: 0 20px;
padding: 5px 20px;
color: $footer-text-color;
vertical-align: middle;
text-align: center;
font-size: 80%;
font-size: 100%;
}
a