From bf867a5eb295e3c5908f999369791c08c56b49b3 Mon Sep 17 00:00:00 2001 From: Ivan Gonzalez Date: Tue, 3 Jun 2025 17:08:23 -0500 Subject: [PATCH] added color definition for anchor within footer --- src/components/Footer/Footer.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Footer/Footer.module.css b/src/components/Footer/Footer.module.css index 2ff0506..785e7a4 100644 --- a/src/components/Footer/Footer.module.css +++ b/src/components/Footer/Footer.module.css @@ -5,4 +5,6 @@ color: white; text-align: center; } - +.footer a { + color: white; +}