mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 18:32:47 +01:00
7 lines
105 B
CSS
7 lines
105 B
CSS
html {
|
|
animation: rainbow 4s infinite;
|
|
}
|
|
|
|
@keyframes rainbow {
|
|
100% { filter: hue-rotate(360deg); }
|
|
} |