From bf5fd99839d3491bddc906f467a003b19370b344 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sun, 24 Oct 2021 17:54:30 +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 0dd425f..604ffb1 100644 --- a/css/index.css +++ b/css/index.css @@ -286,7 +286,7 @@ html, body { body { background: linear-gradient(-45deg, #7FFFD4, #00FFFF, #6495ED, #008B8B); background-size: 400% 400%; - animation: gradient 25s ease infinite; + animation: gradient 15s ease infinite; }