From e41917e2a93be0ff2fc9972169479045a0513a84 Mon Sep 17 00:00:00 2001
From: Aymeric Chaumont <aymeric.chaumont@student-cs.fr>
Date: Thu, 21 Jul 2022 17:45:45 +0200
Subject: [PATCH] reinforce gradient backgrounds

---
 frontend/src/styles/index.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css
index ff83e13..118637c 100644
--- a/frontend/src/styles/index.css
+++ b/frontend/src/styles/index.css
@@ -1,7 +1,10 @@
 body, html {
   color: white;
   text-align: center;
-  background: linear-gradient(to bottom, #6359CE, #6E83F9);
+  background-color: #6359CE;
+  background-image: linear-gradient(to bottom, #6359CE, #6E83F9);
+  background-image: -moz-linear-gradient(to bottom, #6359CE, #6E83F9);
+  background-image: -webkit-linear-gradient(to bottom, #6359CE, #6E83F9);
 }
 
 .app{
-- 
GitLab