From 81251bcd60b4460cecfceab8224436af03c397a5 Mon Sep 17 00:00:00 2001 From: AlejandroGlezLuna <72943168+AlejandroGlezLuna@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:18:17 -0500 Subject: [PATCH] Update App.css --- src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index c862d9d34c..b0e7cfff81 100644 --- a/src/App.css +++ b/src/App.css @@ -1,7 +1,7 @@ .App { height: 100vh; width: 100vw; - background: #75ff98; + background: blue; font-family: sans-serif; display: flex; flex-direction: column; @@ -33,4 +33,4 @@ display: flex; justify-content: center; font-size: 4rem; -} \ No newline at end of file +}