forked from rDrama/rDrama
1
0
Fork 0

make candycane award slower

master
Aevann 2023-12-01 22:10:42 +02:00
parent 0ca5f1bbd7
commit 0ced570078
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
background-clip: text;
color: transparent;
-webkit-background-clip: text;
animation: 45s linear 0s infinite move-colors;
animation: 120s linear 0s infinite move-colors;
}
#post-title a {
@ -18,5 +18,5 @@
}
#post-title:hover, #post-content p:hover {
animation-duration: 10s;
animation-duration: 30s;
}