mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-30 14:35:19 -04:00
respect prefers-reduced-motion while animating
This commit is contained in:
parent
b6a308d331
commit
18ae4e5593
5 changed files with 31 additions and 0 deletions
|
@ -16,3 +16,9 @@
|
|||
background: var(--tertiary);
|
||||
transform: scale(.96)
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion) {
|
||||
.terms-tags a:active {
|
||||
transform: none
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue