This commit is contained in:
parent
2b155496ef
commit
fc25d9ad20
|
@ -126,3 +126,11 @@ a.btn:hover {
|
||||||
/* --color-permalink: #cdcdcda6; */
|
/* --color-permalink: #cdcdcda6; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-reduced-motion) {
|
||||||
|
*, *::before, *::after {
|
||||||
|
transition: none !important;
|
||||||
|
}
|
||||||
|
:root {
|
||||||
|
scroll-behavior: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue