Dark background in header
This commit is contained in:
parent
79d16b1ce0
commit
2cb041bf8d
1 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue