We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f432f8 commit 2854585Copy full SHA for 2854585
doc/api_assets/style.css
@@ -67,9 +67,16 @@ h5 :target {
67
}
68
69
/*--------------------- Layout and Typography ----------------------------*/
70
+@media (prefers-reduced-motion: no-preference) {
71
+ html {
72
+ scroll-behavior: smooth;
73
+ }
74
+}
75
+
76
html {
77
font-size: 1rem;
78
overflow-wrap: break-word;
79
+ scroll-padding-top: 50vh;
80
-webkit-font-smoothing: antialiased;
81
-moz-osx-font-smoothing: grayscale;
82
-webkit-font-variant-ligatures: none;
0 commit comments