Update index.css

main
Crimson Tome 2021-11-17 15:07:34 +00:00 committed by GitHub
parent 8e2706dfb7
commit 0bcc0ee9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}