From e85092dd7edd84de6df2a537b7b137a008712206 Mon Sep 17 00:00:00 2001 From: Jeff Date: Fri, 10 Nov 2023 19:20:41 -0600 Subject: [PATCH] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 3a142f1..8bf3798 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,7 +15,7 @@ align-items: center; margin-bottom: 20px; padding: 20px; - background-color: #fff; + background-color: #4CAF50; /* Changed from #fff to #4CAF50 */ box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); } .header img {