PUBLISH: remove transitions when prefers-reduce-motion

This commit is contained in:
Campbell Alden 2022-08-27 13:26:16 +09:00
parent 62080c1aab
commit 30ed605798
2 changed files with 18 additions and 0 deletions

View file

@ -48,3 +48,12 @@
border-radius: 8px;
}
@media (prefers-reduced-motion) {
.card-content {
transition: none;
}
.card-image {
transition: none;
}
}