Nav back to 555 gray to match the other sites

This commit is contained in:
Jason Costello 2017-04-10 10:51:08 -07:00
parent 1adb865066
commit 9d78778f46
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
// Colors // Colors
$white: #FFFFFF; $white: #FFFFFF;
$black: #000000; $black: #000000;
$gray: #555555;
$gray-darker: #24292e; $gray-darker: #24292e;
$packer-blue: #1DAEFF; $packer-blue: #1DAEFF;
@ -24,7 +25,7 @@ $body-link-color: $packer-blue;
// Home // Home
$home-header-background-color: transparent; $home-header-background-color: transparent;
$home-header-link-color: $gray-darker; $home-header-link-color: $gray;
$home-header-link-color-hover: $black; $home-header-link-color-hover: $black;
// Sidebar // Sidebar