This commit is contained in:
Dave R 2018-10-08 22:27:55 +01:00 committed by GitHub
parent 39419ccf00
commit a61d2e2838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -193,13 +193,3 @@ time {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@media (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
}
}