Changed the colors

This commit is contained in:
Lucas Kent 2022-11-22 12:09:14 -05:00 committed by GitHub
parent 42b1d3ceaa
commit 32d4b47cca

View File

@ -34,7 +34,7 @@
} }
body { body {
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background: linear-gradient(-45deg, #1700e6, #00e5ff, #00ff1e, #38904e);
background-size: 400% 400%; background-size: 400% 400%;
animation: gradient 15s ease infinite; animation: gradient 15s ease infinite;
} }