Skip to content

Instantly share code, notes, and snippets.

@peter-dolkens
Last active October 4, 2020 01:04
Embed
What would you like to do?
background pink
body { background: #f0f !important; }
@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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment