mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
14 lines
252 B
Plaintext
14 lines
252 B
Plaintext
//
|
|
// Citizen - Reduce motion Styles
|
|
// https://starcitizen.tools
|
|
//
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
animation-duration: 0.001s !important;
|
|
transition-duration: 0.001s !important;
|
|
}
|
|
} |