From 0fa540a1fdfd978d93d585a1fb891f451058cd28 Mon Sep 17 00:00:00 2001 From: Lucas Kent <97860398+Bulbous-Baboon@users.noreply.github.com> Date: Tue, 22 Nov 2022 12:17:06 -0500 Subject: [PATCH] test backround --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4437dbb..24646d2 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@ body { background: linear-gradient(-45deg, #1700e6, #00e5ff, #00ff1e, #38904e); background-size: 400% 400%; - animation: gradient 15s ease infinite; + animation: gradient 1s ease infinite; } @keyframes gradient {