gradient tweaks

main
Crimson Tome 2021-11-17 15:09:24 +00:00 committed by GitHub
parent 831bf84386
commit 508b055cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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