From 8093c928eaf9680b7c82fca43658ce7a3d513bff Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Fri, 11 Jul 2025 12:49:02 +1000 Subject: [PATCH] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 15978f1..e338026 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ @import url("https://fonts.googleapis.com/css?family=Indie+Flower"); body { font-family: "Indie Flower", sans-serif; - background-color: #303030; + background-color: #4f2cce; color: #fff; display: -webkit-box; display: flex;