mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 07:15:31 -04:00
global header/navbar on all pages like a grown-up website (#17)
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
// Global Colors
|
||||
$color-background: #ffffff;
|
||||
$color-gray-background: #fbfbfb;
|
||||
$color-text: #222222;
|
||||
$color-medium-dark: #313131;
|
||||
$color-medium: #444444;
|
||||
$color-light: #666666;
|
||||
$color-medium-light: #757575;
|
||||
@@ -52,6 +54,11 @@ $colors-home:(
|
||||
);
|
||||
$color-serverless: #87cef7;
|
||||
|
||||
// For nifty color swapping on svg logo hover in components/_header.scss
|
||||
$color-logo1: #6fbc4e;
|
||||
$color-logo2: #ffb900;
|
||||
$color-logo3: #009cdf;
|
||||
|
||||
// Other Settings
|
||||
$link-opacity: 40%;
|
||||
$link-underline-size: 2px;
|
||||
|
Reference in New Issue
Block a user