Skip to content

Instantly share code, notes, and snippets.

/* TEST: make everything go weird colors so we KNOW it's working */
@keyframes colorhue {
from { filter: hue-rotate(0deg); }
to { filter: hue-rotate(359deg); }
}
/* .edit is the class Gamepad Viewer adds when using editcss= */
.edit {
animation: colorhue 1s linear infinite;