mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 17:47:40 -04:00
Try out dark header per bp mockup
This commit is contained in:
parent
4df25162db
commit
4d8532ab54
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
@ -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;
|
||||
|
2
static/css/style.min.css
vendored
2
static/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user