This commit is contained in:
Olivier 2020-11-26 16:55:08 +05:30 committed by GitHub
commit 26d5a675f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,9 @@
/* disable animations styles when reduced rotion is enabled */
@media (prefers-reduced-motion: reduce) {
* {
*,
*::before,
*::after {
animation: none !important;
transition: none !important;
}