From 18aa8a3fc4b41981dcf6db5d1e0f0620d55a8196 Mon Sep 17 00:00:00 2001
From: Aymeric Chaumont <aymeric.chaumont@student-cs.fr>
Date: Thu, 21 Jul 2022 11:47:43 +0200
Subject: [PATCH] changed bg color

---
 frontend/src/styles/index.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css
index d0179d3..ff83e13 100644
--- a/frontend/src/styles/index.css
+++ b/frontend/src/styles/index.css
@@ -1,8 +1,7 @@
 body, html {
   color: white;
   text-align: center;
-  /* background: linear-gradient(to right, #B06AB3, #4568DC); */
-  background-color: rgb(93, 114, 154);
+  background: linear-gradient(to bottom, #6359CE, #6E83F9);
 }
 
 .app{
-- 
GitLab