From f85d83eb7f5fcc5e57d168fddeaa57b1bc3bcde2 Mon Sep 17 00:00:00 2001 From: PrestonT500 Date: Thu, 9 Jan 2025 12:02:12 -0800 Subject: [PATCH] Fixing footer color someone ruined Signed-off-by: PrestonT500 --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 738c819..56e11ce 100644 --- a/css/styles.css +++ b/css/styles.css @@ -114,7 +114,7 @@ button:hover { } .footer { - background-color: #010101; + background-color: #808080; color: white; /* Light text color for footer */ padding: 10px; text-align: center;