From bbcc702d258f6d026f6d31c0fffea71535c78168 Mon Sep 17 00:00:00 2001 From: MattTheTekie <94870997+MattTheTekie@users.noreply.github.com> Date: Sat, 16 Sep 2023 08:36:56 -0400 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 54490c4..b668eaa 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); - background-color: white; + background-color: blue; padding: 20px; border: 1px solid #ccc; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);