Nav back to 555 gray to match the other sites
This commit is contained in:
parent
1adb865066
commit
9d78778f46
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue