From b9e4568bde0a986b82dcc1a92bf8b90cfbc4699b Mon Sep 17 00:00:00 2001 From: Arshnoorkc13 Date: Wed, 12 Jun 2024 15:56:43 -0400 Subject: [PATCH] background changes --- client/src/app/globals.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/client/src/app/globals.css b/client/src/app/globals.css index bd6213e1d..fcb2a6060 100644 --- a/client/src/app/globals.css +++ b/client/src/app/globals.css @@ -1,3 +1,10 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +body { + background-color: #c0dcfc; + margin: 0; + padding: 0; + } + \ No newline at end of file