css/snow: prefer reduced motion fix
This commit is contained in:
parent
a21f8d19cf
commit
42deaa3634
|
@ -5,6 +5,12 @@
|
|||
animation: snow 30s linear infinite;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.snow {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
.snowframe {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue