undo previous fix

I should probably stop trying to fix things in such janky ways so i can trace things better
main
Crimson Tome 2021-10-29 02:15:04 +01:00 committed by GitHub
parent 997b484441
commit 70972b3098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ html, body {
padding: 0px; padding: 0px;
background: linear-gradient(-45deg, #7FFFD4, #00FFFF, #6495ED, #008B8B); background: linear-gradient(-45deg, #7FFFD4, #00FFFF, #6495ED, #008B8B);
background-size: 600% 600%; /*default to 400 400*/ background-size: 400% 400%; /*default to 400 400*/
animation: gradient 15s ease infinite; animation: gradient 15s ease infinite;
} }
/*body { /*body {