From 1a6010c85e0be3dfb5274ab445b42ace532e5d18 Mon Sep 17 00:00:00 2001
From: Shreyas Prabhu <shreyasprabhu26@gmail.com>
Date: Fri, 30 May 2025 15:43:01 +0530
Subject: [PATCH] style: add red background color to app container

---
 src/App.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/App.css b/src/App.css
index b9d355d..1d38024 100644
--- a/src/App.css
+++ b/src/App.css
@@ -3,6 +3,7 @@
   margin: 0 auto;
   padding: 2rem;
   text-align: center;
+  background-color: red;
 }
 
 .logo {
-- 
GitLab