8000
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 63fcbcf commit 4c65c52Copy full SHA for 4c65c52
doc/api_assets/style.css
@@ -67,9 +67,16 @@ h5 :target {
67
}
68
69
/*-------------- 7F15 ------- 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;