From c15edc542c5af272b2ab6734bfc6fe6ee24ac293 Mon Sep 17 00:00:00 2001 From: Scott Cathcart Date: Fri, 15 Nov 2024 13:57:35 -0500 Subject: [PATCH] make everything red --- src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.css b/src/App.css index 19b2146..6a22ab6 100644 --- a/src/App.css +++ b/src/App.css @@ -1,3 +1,7 @@ +* { + background-color: red; +} + #root { max-width: 1280px; margin: 0 auto;