mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
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…
Reference in a new issue