Titan/webapp/titanembeds/static/css/site.af.rainbow.css

7 lines
105 B
CSS
Raw Normal View History

2019-03-31 22:40:54 +02:00
html {
animation: rainbow 4s infinite;
}
@keyframes rainbow {
100% { filter: hue-rotate(360deg); }
}