Better hues
This commit is contained in:
parent
4940fd1ca4
commit
c40fd1ec48
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@
|
||||||
filter: hue-rotate(0deg);
|
filter: hue-rotate(0deg);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
filter: hue-rotate(360deg);
|
filter: hue-rotate(-90deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#welcome:hover h2 {
|
#welcome:hover h2 {
|
||||||
animation: psychedelic 60s infinite;
|
animation: psychedelic 10s infinite alternate;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue