diff --git a/css/index.css b/css/index.css index 2a1095c..686f144 100644 --- a/css/index.css +++ b/css/index.css @@ -287,7 +287,7 @@ html, body{ padding: 0px; } body { /*new crimson gradient*/ - background: linear-gradient(-45deg, #da0f13, #ed3f3e); + background: linear-gradient(-45deg, #da0f13, #e61f20, #ed3f3e); background-size: 400% 400%; animation: gradient 20s ease infinite; }