From 09688281b622a780657558e6d7ce236a38625841 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 2 Jun 2022 09:51:43 +0200 Subject: [PATCH] change background color --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 74b5e05..d70b145 100644 --- a/src/App.css +++ b/src/App.css @@ -14,7 +14,7 @@ } .App-header { - background-color: #282c34; + background-color: #F5E960; min-height: 100vh; display: flex; flex-direction: column;