Prolong effect

This commit is contained in:
Jeremy "EndenDragon" Zhang 2021-03-01 02:05:22 -08:00 committed by GitHub
parent f2d9f13bbc
commit 4fd984aca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
html { html {
animation: rainbow 4s infinite; animation: rainbow 90s infinite;
} }
@keyframes rainbow { @keyframes rainbow {
100% { filter: hue-rotate(360deg); } 100% { filter: hue-rotate(360deg); }
} }