From ba8bc45f421c0bd0603a48068c1702f13e9c0635 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Juliette=20Kalfl=C3=A8che?=
 <juliette.kalfleche@student-cs.fr>
Date: Wed, 8 Jun 2022 15:44:33 +0200
Subject: [PATCH] add background color

---
 frontend/src/global.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/frontend/src/global.css b/frontend/src/global.css
index ff4c123..9f34d64 100644
--- a/frontend/src/global.css
+++ b/frontend/src/global.css
@@ -1,3 +1,8 @@
+body {
+  margin: 0;
+  background-color: #EAF2EF;
+}
+
 #app {
   font-family: Avenir, Helvetica, Arial, sans-serif;
 }
-- 
GitLab