From b09e43379dee60540af750a8e976a00645d8f301 Mon Sep 17 00:00:00 2001 From: AlejandroGlezLuna <72943168+AlejandroGlezLuna@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:21:06 -0500 Subject: [PATCH] blanco fondo blanco --- src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index c862d9d34c..bf8e10b014 100644 --- a/src/App.css +++ b/src/App.css @@ -1,7 +1,7 @@ .App { height: 100vh; width: 100vw; - background: #75ff98; + background: #fffff; 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 +}