From 1bb712165b5af8754a3de488b650afd0aac8328c Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Tue, 16 Mar 2021 21:02:49 -0400 Subject: [PATCH] Update main content styling to use darker backing colors to improve readability --- css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index 74c5735..29032fd 100644 --- a/css/style.css +++ b/css/style.css @@ -48,12 +48,12 @@ a:hover { width: 40em; max-width: 90%; - background-color: rgba(255, 255, 255, 0.2); + background-color: rgba(0, 0, 0, 0.4); border-style: solid; border-width: 2px; - border-color: rgba(255, 255, 255, 0); + border-color: rgba(0, 0, 0, 0); border-radius: 128px; - box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6); position: absolute; top: 20%; @@ -69,10 +69,10 @@ a:hover { width: 50%; display: block; border-style: solid; - border-color: rgba(255, 255, 255, 0); + border-color: rgba(0, 0, 0, 0.2); border-radius: 50%; border-width: 5px; - box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4); } h1 {