Last active
February 12, 2024 23:04
-
-
Save mrmcpowned/a787fc4f5307b7c008fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@keyframes colorhue{ | |
from {-webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg);} | |
to {-webkit-filter: hue-rotate(359deg); filter: hue-rotate(359deg);} | |
} | |
.edit { | |
animation: colorhue 1s linear infinite; | |
} |
I created a fork from your CSS file, but for some reason my CSS doesn't work.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
his is so bad never use