From d5fe9e8983b5774cbabd34a84f2f1db8dbece141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Thu, 30 Dec 2021 19:23:06 +0000 Subject: [PATCH 1/2] Use less prominent `text-shadow` --- _sass/_nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_nav.scss b/_sass/_nav.scss index a1c47998..dcfe738e 100644 --- a/_sass/_nav.scss +++ b/_sass/_nav.scss @@ -69,7 +69,7 @@ body { background-color: #E46E2E; border-radius: 2px; color: white; - text-shadow: 0px 0px 4px black; + text-shadow: 0px 0px 3px #3c1a07; display: inline-block; font-size: 16px; padding: 13px 26px; From d75186b2e0a1f90079c7c254b64b5218e6336f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Thu, 30 Dec 2021 19:36:59 +0000 Subject: [PATCH 2/2] Add text-shadow for orange links for better contrast --- _sass/components/_hyperlinks.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/components/_hyperlinks.scss b/_sass/components/_hyperlinks.scss index 9c2232f5..81a52126 100644 --- a/_sass/components/_hyperlinks.scss +++ b/_sass/components/_hyperlinks.scss @@ -3,6 +3,7 @@ a { color: $dark-orange; text-decoration: none; + text-shadow: 0px 0px 1px white, 0px 0px 2px white, 0px 0px 3px white; } a:hover, a:focus {