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