From b7e4e429ee4b04f1ae461cd866256d41e4bf1a35 Mon Sep 17 00:00:00 2001 From: FreeCorn Date: Thu, 22 Aug 2024 03:26:18 -0600 Subject: [PATCH] edited styles.css --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index fdfd6f4..5a78994 100644 --- a/styles.css +++ b/styles.css @@ -15,7 +15,7 @@ body { margin: 0; overflow-x: hidden; height: 100vh; /* Ensure body height fits within viewport */ - background: #068E0D; + background: #068e0d; color: white; position: relative; /* Relative positioning for footer */ }