forked from rDrama/rDrama
1
0
Fork 0

remove !important from tilt award css

master
Aevann1 2022-06-13 21:08:57 +02:00
parent 92aaa125f8
commit 29d2a549c4
2 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@
}
}
.comment-{{c.id}}-only {
animation-name: c{{c.id}}-tilt !important;
animation-name: c{{c.id}}-tilt;
animation-duration: 30s !important;
animation-iteration-count: infinite !important;
animation-direction: alternate !important;

View File

@ -543,7 +543,7 @@
}
}
#post-root {
animation-name: post-tilt !important;
animation-name: post-tilt;
animation-duration: 60s !important;
animation-iteration-count: infinite !important;
animation-direction: alternate !important;