This commit is contained in:
Lucas Kent 2022-11-22 12:21:45 -05:00 committed by GitHub
parent 0fa540a1fd
commit 2f82da727c

View File

@ -36,7 +36,7 @@
body { body {
background: linear-gradient(-45deg, #1700e6, #00e5ff, #00ff1e, #38904e); background: linear-gradient(-45deg, #1700e6, #00e5ff, #00ff1e, #38904e);
background-size: 400% 400%; background-size: 400% 400%;
animation: gradient 1s ease infinite; animation: gradient 15s ease infinite;
} }
@keyframes gradient { @keyframes gradient {