mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2026-09-17 15:35:16 +02:00
Titan on overclock feature
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
html {
|
||||
animation: rainbow 4s infinite;
|
||||
}
|
||||
|
||||
@keyframes rainbow {
|
||||
100% { filter: hue-rotate(360deg); }
|
||||
}
|
||||
Reference in New Issue
Block a user