From 7f51251f58199bad3675743eedd48f01385392e3 Mon Sep 17 00:00:00 2001 From: Scott Cathcart Date: Fri, 15 Nov 2024 15:01:50 -0500 Subject: [PATCH] remove all red, background updated to green --- src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index 6a22ab6..c65ebf8 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,5 @@ -* { - background-color: red; +body { + background-color: green; } #root {