From 83524bad01e46e1b503394f1e60e333d98f08169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romaric=20Philog=C3=A8ne?= Date: Mon, 23 Aug 2021 23:23:43 +0200 Subject: [PATCH] remove animation background --- app/client/static/CSS/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/client/static/CSS/styles.css b/app/client/static/CSS/styles.css index 094f443..8008545 100644 --- a/app/client/static/CSS/styles.css +++ b/app/client/static/CSS/styles.css @@ -156,10 +156,10 @@ span { body { - background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #2dd591); + background: linear-gradient(-45deg, #23a6d5, #2dd591); /*background: linear-gradient(-45deg, #06D6A0, #EF476F, #06D6A0, #FFD166);*/ background-size: 400% 400%; - animation: gradient 50s ease infinite; + /* animation: gradient 50s ease infinite; */ } @keyframes gradient {