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:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user