There was an error while loading. Please reload this page.
1 parent ad012ca commit 09fb3adCopy full SHA for 09fb3ad
2 files changed
doc/api_assets/style.css
@@ -122,6 +122,19 @@ a.type {
122
font-size:.9em;
123
}
124
125
+.skip-to-content {
126
+position: fixed;
127
+top:-300%;
128
+}
129
+.skip-to-content:focus {
130
+display: block;
131
+top:0;
132
+left:0;
133
+background-color:var(--green1);
134
+padding:1rem;
135
+z-index:999999;
136
137
+
138
#content {
139
position: relative;
140
doc/template.html
@@ -26,6 +26,7 @@
26
__JS_FLAVORED_DYNAMIC_CSS__
27
</head>
28
<bodyclass="alt apidoc" id="api-section-__FILENAME__">
29
+<ahref="#apicontent" class="skip-to-content">Skip to content</a>
30
<divid="content" class="clearfix">
31
<divrole="navigation" id="column2" class="interior">
32
<divid="intro" class="interior">
0 commit comments