diff --git a/css/index.css b/css/index.css index 697658d..9018512 100644 --- a/css/index.css +++ b/css/index.css @@ -287,9 +287,9 @@ html, body{ padding: 0px; } body { - background: linear-gradient(-45deg, #7FFFD4, #00FFFF, #6495ED, #008B8B); + background: linear-gradient(-45deg, #dc1c13, #ea4c46, #f07470, #f6bdc0); background-size: 400% 400%; - animation: gradient 15s ease infinite; + animation: gradient 20s ease infinite; }