Move animation disabling to _general.scss

This commit is contained in:
daudix
2024-07-25 03:44:47 +03:00
parent 716e4abfc8
commit 85494aabab
2 changed files with 9 additions and 9 deletions

View File

@ -76,12 +76,3 @@
color-scheme: dark;
}
}
@media (prefers-reduced-motion) {
*,
*::before,
*::after {
animation: none !important;
transition: none !important;
}
}