Update index.css

main
Crimson Tome 2021-11-18 01:37:42 +00:00 committed by GitHub
parent 1960838d3f
commit 23b7167bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -286,8 +286,8 @@ html, body{
margin: 0;
padding: 0px;
}
body { /*new red gradient*/
background: linear-gradient(-45deg, #db7f8e 0%, #7b0d1e 74%);
body { /*new crimson gradient*/
background: linear-gradient(-45deg, #db7f8e 0%, #7b0d1e 74%,);
background-size: 400% 400%;
animation: gradient 20s ease infinite;
}