1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 15:16:40 -04:00

a real header/navbar on non-home pages, finally

This commit is contained in:
2019-10-17 10:20:53 -04:00
parent 3db94d1cbe
commit 488d5c7661
6 changed files with 98 additions and 44 deletions

View File

@ -3,6 +3,7 @@
// Global Colors
$color-background: #ffffff;
$color-text: #222222;
$color-medium: #444444;
$color-light: #666666;
$color-medium-light: #757575;
$color-super-light: #dddddd;