Better hues

This commit is contained in:
Lim Chee Aun 2023-01-30 22:31:21 +08:00
parent 4940fd1ca4
commit c40fd1ec48

View file

@ -38,9 +38,9 @@
filter: hue-rotate(0deg);
}
100% {
filter: hue-rotate(360deg);
filter: hue-rotate(-90deg);
}
}
#welcome:hover h2 {
animation: psychedelic 60s infinite;
animation: psychedelic 10s infinite alternate;
}