From 0bcc0ee9a319b2d4c529f7100ccacc7781aca92b Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Wed, 17 Nov 2021 15:07:34 +0000 Subject: [PATCH] Update index.css --- css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 697658d..9018512 100644 --- a/css/index.css +++ b/css/index.css @@ -287,9 +287,9 @@ html, body{ padding: 0px; } body { - background: linear-gradient(-45deg, #7FFFD4, #00FFFF, #6495ED, #008B8B); + background: linear-gradient(-45deg, #dc1c13, #ea4c46, #f07470, #f6bdc0); background-size: 400% 400%; - animation: gradient 15s ease infinite; + animation: gradient 20s ease infinite; }