mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 02:54:06 +00:00
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
@media ( prefers-reduced-motion: reduce ) {
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
animation-duration: 0.001s !important;
|
|
transition-duration: 0.001s !important;
|
|
}
|
|
}
|