1
0
mirror of https://github.com/TitanEmbeds/Titan.git synced 2025-02-24 12:07:40 +01:00
Titan/webapp/titanembeds/static/css/site.af.rainbow.css
2019-03-31 20:40:54 +00:00

7 lines
105 B
CSS

html {
animation: rainbow 4s infinite;
}
@keyframes rainbow {
100% { filter: hue-rotate(360deg); }
}