1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 10:41:17 -04:00

fix lighthouse suggestions: syntax color contrast & crossorigin preloads

This commit is contained in:
2020-03-30 16:46:59 -04:00
parent fa018564e5
commit 0ee3efdbbe
6 changed files with 23 additions and 22 deletions

View File

@@ -23,7 +23,6 @@ $link-underline-size: 2px;
// Global Colors
$color-background: #ffffff;
$color-gray-background: #fbfbfb;
$color-text: #202020;
$color-medium-dark: #494949;
$color-medium: #5e5e5e;
@@ -31,6 +30,7 @@ $color-medium-light: #757575;
$color-light: #d2d2d2;
$color-kinda-light: #e3e3e3;
$color-super-light: #f4f4f4;
$color-super-duper-light: #fbfbfb;
$color-links: #0e6dc2;
// For nifty color swapping on svg logo hover in components/_header.scss