From 32d4b47ccaddbbdc3558a85d54f8d68fda691d2c Mon Sep 17 00:00:00 2001 From: Lucas Kent <97860398+Bulbous-Baboon@users.noreply.github.com> Date: Tue, 22 Nov 2022 12:09:14 -0500 Subject: [PATCH] Changed the colors --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b7b8009..4437dbb 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ } body { - background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); + background: linear-gradient(-45deg, #1700e6, #00e5ff, #00ff1e, #38904e); background-size: 400% 400%; animation: gradient 15s ease infinite; }