1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 06:55:31 -04:00

make actual background gray, main content area white

This commit is contained in:
2019-12-14 22:34:50 -05:00
parent b80bfa2353
commit 80737f7276
11 changed files with 90 additions and 72 deletions

View File

@@ -16,14 +16,13 @@ $link-underline-size: 2px;
// Global Colors
$color-background: #ffffff;
$color-gray-background: #fbfbfb;
$color-gray-background: #f9f9f9;
$color-text: #222222;
$color-medium-dark: #313131;
$color-medium: #444444;
$color-light: #666666;
$color-medium-dark: #494949;
$color-medium: #5e5e5e;
$color-medium-light: #757575;
$color-super-light: #dddddd;
$color-super-duper-light: #f4f4f4;
$color-light: #d2d2d2;
$color-super-light: #f4f4f4;
$color-links: #0e6dc2;
// For nifty color swapping on svg logo hover in components/_header.scss