1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-18 00:00:48 -05:00

better contrast ratios on homepage

This commit is contained in:
2019-10-03 11:26:53 -04:00
parent f96f4bc7d4
commit 81ba6780f7
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
$color-background: #ffffff;
$color-text: #222222;
$color-light: #666666;
$color-medium-light: #9e9e9e;
$color-medium-light: #757575;
$color-super-light: #dddddd;
$color-super-duper-light: #f4f4f4;
$color-links: #0e6dc2;
@@ -38,7 +38,7 @@ $colors-home:(
mastodon: #6d8ca7,
resume: #d54b3d,
email: #de0c0c,
pgp: #777777,
pgp: #757575,
sms: #6fcc01,
news-1: #ff1b1b,
news-2: #f78200,
@@ -49,7 +49,7 @@ $colors-home:(
news-7: #973999
);
$color-serverless: #87cef7;
$color-fairy: #f23e93;
$color-fairy: #e40088;
// Other Settings
$link-opacity: 40%;