From 29ec5d631592214a0c0bf71f3d73323fb1e1e306 Mon Sep 17 00:00:00 2001 From: simoneMoreWare Date: Mon, 22 Jul 2024 18:48:40 +0200 Subject: [PATCH] change background color --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fa88c61..7270c4e 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ align-items: center; display: flex; justify-content: center; - background-color: #e52521; + background-color: #5c94fc; }