mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Titan on overclock feature
This commit is contained in:
7
webapp/titanembeds/static/css/site.af.rainbow.css
Normal file
7
webapp/titanembeds/static/css/site.af.rainbow.css
Normal file
@ -0,0 +1,7 @@
|
||||
html {
|
||||
animation: rainbow 4s infinite;
|
||||
}
|
||||
|
||||
@keyframes rainbow {
|
||||
100% { filter: hue-rotate(360deg); }
|
||||
}
|
Reference in New Issue
Block a user