mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Make more color changes per Bud's suggestions
This commit is contained in:
@@ -89,6 +89,7 @@ $site-header-text-color: $hugo-white;
|
||||
$site-navigation-width: 250px;
|
||||
$content-max-width: 38em;
|
||||
$site-navigation-bg-color:$site-header-bg-color;
|
||||
$site-navigation-link-base-color: #fff;
|
||||
$breadcrumb-navigation-bg-color:$hugo-blue-ultra-light;
|
||||
$breadcrumb-navigation-bg-color-active:$hugo-blue;
|
||||
$breadcrumb-navigation-text-color-active:$hugo-white;
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
margin-top: $site-header-height + 10px;
|
||||
}
|
||||
a {
|
||||
color: $hugo-white;
|
||||
color: $site-navigation-link-base-color;
|
||||
font-weight: $base-font-weight;
|
||||
width: 100%;
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user