From 07dcf2b49d38b7544adc93f061a013eb8b9e0a08 Mon Sep 17 00:00:00 2001 From: Tanner Date: Thu, 17 Sep 2026 19:59:17 +0000 Subject: [PATCH] Footer text color to white --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index bbc81d0..5013860 100644 --- a/styles.css +++ b/styles.css @@ -193,7 +193,7 @@ main h1 { } footer { background: var(--blue); - color: #eee; + color: #fff; padding: 50px 0 18px; } .footer-inner { @@ -208,7 +208,7 @@ footer { margin-bottom: 65px; } footer a { - color: #eee; + color: #fff; } footer p { text-align: center;