From 90d518bd23b62388098b674bd18ad586a4bae82e Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Thu, 21 Oct 2021 15:45:49 +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 601c9f5..de163d4 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 10s ease infinite; + animation: gradient 15s ease infinite; }