diff --git a/about.html b/about.html index 21f36bd..f15a49d 100644 --- a/about.html +++ b/about.html @@ -59,7 +59,7 @@

Contact Us

-

Have questions or special requests? Reach out to us!

+

Have questions or special requests? Reach out to me!

Email: bethany@willowmecreations.com
TikTok: bethanyrhodes6

diff --git a/index.html b/index.html index 1576ad9..e2cc4e4 100644 --- a/index.html +++ b/index.html @@ -134,7 +134,7 @@

Contact Us

-

Have questions or special requests? Reach out to us!

+

Have questions or special requests? Reach out to me!

Email: bethany@willowmecreations.com
TikTok: bethanyrhodes6

diff --git a/news.html b/news.html index 979eaf7..467687d 100644 --- a/news.html +++ b/news.html @@ -51,7 +51,7 @@

Contact Us

-

Have questions or special requests? Reach out to us!

+

Have questions or special requests? Reach out to me!

Email: bethany@willowmecreations.com
TikTok: bethanyrhodes6

diff --git a/style.css b/style.css index 1a20ec3..7ea016d 100644 --- a/style.css +++ b/style.css @@ -52,7 +52,7 @@ h1, h2, h3 { height: auto; margin-bottom: 20px; border: 2px solid var(--box-bg-color); - box-shadow: 0 0 35px var(--background-color); + box-shadow: 0 0 35 px var(--background-color); } /* Navigation */ @@ -360,7 +360,7 @@ a:nth-child(5) { } .footer .social-media a { - color: var(--header-bg-color); + color: var(--footer-text-color); margin: 0 10px; font-size: 1.5em; text-decoration: none;