mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Add navigation design changes per Bud's suggestions
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -80,19 +80,21 @@ $inline-code-text-color:$base-font-color;
|
||||
$inline-code-background-color:darken($hugo-gray-ultra-light,1%);
|
||||
$code-block-background-color: $inline-code-background-color;
|
||||
|
||||
//Sidebar & Breadcrumb
|
||||
$site-navigation-width: 250px;
|
||||
$content-max-width: 90%;
|
||||
$site-navigation-bg-color:$hugo-gray-ultra-light;
|
||||
$breadcrumb-navigation-bg-color:$hugo-blue-ultra-light;
|
||||
$breadcrumb-navigation-bg-color-active:$hugo-blue;
|
||||
$breadcrumb-navigation-text-color-active:$hugo-white;
|
||||
|
||||
//Headers
|
||||
$site-header-height:50px;
|
||||
$site-header-bg-color: #0A1922;
|
||||
$site-header-text-color: $hugo-white;
|
||||
|
||||
//Sidebar & Breadcrumb
|
||||
$site-navigation-width: 250px;
|
||||
$content-max-width: 90%;
|
||||
$site-navigation-bg-color:$site-header-bg-color;
|
||||
$breadcrumb-navigation-bg-color:$hugo-blue-ultra-light;
|
||||
$breadcrumb-navigation-bg-color-active:$hugo-blue;
|
||||
$breadcrumb-navigation-text-color-active:$hugo-white;
|
||||
|
||||
|
||||
|
||||
//Toc
|
||||
$toc-bg-color:$body-bg-color;
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
margin-top: $site-header-height + 10px;
|
||||
}
|
||||
a {
|
||||
color: $base-font-color;
|
||||
color: $hugo-white;
|
||||
font-weight: $base-font-weight;
|
||||
width: 100%;
|
||||
&:hover {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user