Try out dark header per bp mockup

This commit is contained in:
Ryan Watters 2017-03-21 00:22:10 -05:00
parent 4df25162db
commit 4d8532ab54
5 changed files with 9 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -28,8 +28,8 @@ $hugo-green:#00A88A;
$hugo-green-light:#33BA91;
//Examples
$examplesite-example-color:$hugo-pink;
$examplesite-codeblock-shortcode-header-bg-color: $hugo-pink;
// $examplesite-example-color:$hugo-pink;
// $examplesite-codeblock-shortcode-header-bg-color: $hugo-pink;
$input-example-color:$hugo-gray-dark;
$output-example-color:$hugo-blue;
@ -90,6 +90,8 @@ $breadcrumb-navigation-text-color-active:$hugo-white;
//Headers
$site-header-height:50px;
$site-header-bg-color: #0A1922;
$site-header-text-color: $hugo-white;
//Toc
$toc-bg-color:$body-bg-color;

View File

@ -88,6 +88,8 @@ form#site-search-form {
outline:none;
border:0px;
border-radius:0px;
background-color: $site-header-bg-color;
color: $site-header-text-color;
}

View File

@ -6,7 +6,7 @@
align-items: center;
justify-content: center;
margin: 0px;
background-color: $hugo-white;
background-color: $site-header-bg-color;
color: $hugo-black;
position: fixed;
top: 0px;

File diff suppressed because one or more lines are too long