diff --git a/css/index.css b/css/index.css index 8b6e69a..0ea89fa 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, #f6bdc0); + background: linear-gradient(-45deg, #dc1c13, #ea4c46, #f07470); background-size: 400% 400%; animation: gradient 20s ease infinite; }