Add navigation design changes per Bud's suggestions

This commit is contained in:
Ryan Watters
2017-03-24 00:04:34 -05:00
parent 2dab2351d5
commit 01a296dd3c
4 changed files with 13 additions and 11 deletions
File diff suppressed because one or more lines are too long
+10 -8
View File
@@ -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;
+1 -1
View File
@@ -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 {
+1 -1
View File
File diff suppressed because one or more lines are too long