From 56142954b97cc6503956d46ec9c4968ec39cc35c Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Thu, 18 Nov 2021 01:30:15 +0000 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 0ea89fa..b2b5e81 100644 --- a/css/index.css +++ b/css/index.css @@ -287,7 +287,7 @@ html, body{ padding: 0px; } body { /*new red gradient*/ - background: linear-gradient(-45deg, #dc1c13, #ea4c46, #f07470); + background: linear-gradient(-45deg, #db7f8e 0%, #7b0d1e 74%; background-size: 400% 400%; animation: gradient 20s ease infinite; }