From 6b175a76e53d6c893de07f23294a10f9f2765dca Mon Sep 17 00:00:00 2001 From: sevithescss <149007003+sevithescss@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:06:00 -0700 Subject: [PATCH] background --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index a9f33c0..36c4a8b 100644 --- a/css/index.css +++ b/css/index.css @@ -1,6 +1,6 @@ body { font-family: 'Arial', sans-serif; - background-color: #f4f4f4; + background-color: #f1f1f1; margin: 0; padding: 0; text-align: center;