From 7945e66eca39a4129bf5f0e2e713095a90eda336 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Thu, 21 Oct 2021 15:47:04 +0100 Subject: [PATCH] Update index.css --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index de163d4..60ec4a6 100644 --- a/css/index.css +++ b/css/index.css @@ -286,7 +286,7 @@ html, body { body { background: linear-gradient(-45deg, #ee7752, #7c1387, #23a6d5, #23d5ab); background-size: 400% 400%; - animation: gradient 15s ease infinite; + animation: gradient 25s ease infinite; }