From d31c370a227abe9a10e1ba5e80f5e3ef1d9942d7 Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:21:32 -0400 Subject: [PATCH] Change header text-shadow color - All h1/h3 now have black shadow --- css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 1aeb2d5..8f2cb5d 100644 --- a/css/style.css +++ b/css/style.css @@ -82,7 +82,7 @@ footer { .jumbotron h1,h2 { font-family: var(--pixel-font); - text-shadow: 2px 2px var(--rd-purple); + text-shadow: 2px 2px var(--rd-black); color: white; } @@ -113,6 +113,7 @@ p { .feature-card h3 { color: white; font-family: var(--pixel-font); + text-shadow: 2px 2px var(--rd-black); } .feature-card p { @@ -135,7 +136,7 @@ p { } #features .row:nth-child(odd) h3 { - text-shadow: 2px 2px var(--rd-purple); + /* text-shadow: 2px 2px var(--rd-purple); */ padding-right: 20px; } @@ -149,7 +150,7 @@ p { } #features .row:nth-child(even) h3 { - text-shadow: 2px 2px var(--rd-blue); + /* text-shadow: 2px 2px var(--rd-blue); */ } /* Link Styles */