remove animation for alt buttons

This commit is contained in:
Rhiannon Morris 2020-07-24 18:43:12 +02:00
parent bf3f02d4a9
commit c4bb28242c
1 changed files with 0 additions and 8 deletions

View File

@ -138,11 +138,3 @@ footer {
font-size: 150%;
}
}
@media (prefers-reduced-motion: no-preference) {
.alts label {
transition-property: color, background;
transition-duration: 0.25s;
transition-timing-function: ease-in-out;
}
}