From 1275d7c534b0b57c5aff00eb443273b823e0bea5 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 27 Nov 2018 12:26:21 -0500 Subject: [PATCH] color tweaks for readability --- layouts/index.html | 1 - static/style.css | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index e9a14cc4..4f7d1260 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -15,7 +15,6 @@ various news outlets. -

You can find some of my work on GitHub or LinkedIn, my adventures on , Facebook, or Instagram, and my classic PDF resume right here.

If any of this fits with what you're looking for, I'd love to hear from you via emailD36C B66F 4002 B25B, , or text!

diff --git a/static/style.css b/static/style.css index a79f83c4..80524fc6 100644 --- a/static/style.css +++ b/static/style.css @@ -356,7 +356,7 @@ a#server:hover { border-color: #0098ec; } a#server span#less { - color: #a2d9f9; + color: #87cef7; } a#devops { @@ -374,13 +374,13 @@ a#containerization:hover { } a#y2k { - color: #ffcd47; + color: #ffa900; } a#y2k:hover { - border-color: #ffcd47; + border-color: #ffa900; } a#y2k span#shh { - color: #cccccc; + color: #aaaaaa; } span#fairy { @@ -440,10 +440,10 @@ a#news-2:hover { } a#news-3 { - color: #ffb900; + color: #ffcf0c; } a#news-3:hover { - border-color: #ffb900; + border-color: #ffcf0c; } a#news-4 {