From 31dd986485e83927ce0d4cd6a3c55b19a3129cc7 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 17 Jun 2022 13:19:02 -0700 Subject: [PATCH] more text styling --- src/pages/index.module.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/pages/index.module.css b/src/pages/index.module.css index c0afca70..06d7d8f8 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -14,12 +14,13 @@ } .heroBanner p { - color: white; + color: #FDF3FC; + font-weight: bold; text-shadow: - -1px -1px 0 #000, - 1px -1px 0 #000, - -1px 1px 0 #000, - 1px 1px 0 #000; + -1px -1px 0 #281831, + 1px -1px 0 #281831, + -1px 1px 0 #281831, + 1px 1px 0 #281831; } @media screen and (max-width: 996px) {