There was an error while loading. Please reload this page.
1 parent ae79d28 commit 79823daCopy full SHA for 79823da
1 file changed
assets/css/custom.css
@@ -21,6 +21,12 @@ html {
21
scroll-behavior: smooth;
22
}
23
24
+@media (prefers-reduced-motion: reduce) {
25
+ html {
26
+ scroll-behavior: auto;
27
+ }
28
+}
29
+
30
body {
31
margin: 0;
32
color: var(--ink);
0 commit comments