From a2c9cc2d61aa7b725c378fbf16ba8451ba5e680b Mon Sep 17 00:00:00 2001 From: PolyAtomic <69998167+cjbkdbjkdghfyg@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:27:42 -0700 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d91b7a98..5a59db74 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,7 @@ } body { - background: linear-gradient(to bottom right, pink, red); + background: linear-gradient(to bottom , #00FFFF, #5F9EA0, #00FFFF); height: 100vh; margin: 0; }