honor prefers-reduced-motion
All checks were successful
publish / publish (push) Successful in 34s

This commit is contained in:
Lyn Fugmann 2024-10-09 09:58:19 +02:00
parent 2b155496ef
commit fc25d9ad20

View file

@ -126,3 +126,11 @@ a.btn:hover {
/* --color-permalink: #cdcdcda6; */
}
@media (prefers-reduced-motion) {
*, *::before, *::after {
transition: none !important;
}
:root {
scroll-behavior: auto;
}
}