The Wayback Machine - https://web.archive.org/web/20250919140720/https://github.com/nodejs/node/commit/09fb3adf80
File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,19 @@ a.type {
122122 font-size : .9em ;
123123}
124124
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+
125138# content {
126139 position : relative;
127140}
Original file line number Diff line number Diff line change 2626 __JS_FLAVORED_DYNAMIC_CSS__
2727</ head >
2828< body class ="alt apidoc " id ="api-section-__FILENAME__ ">
29+ < a href ="#apicontent " class ="skip-to-content "> Skip to content</ a >
2930 < div id ="content " class ="clearfix ">
3031 < div role ="navigation " id ="column2 " class ="interior ">
3132 < div id ="intro " class ="interior ">
You can’t perform that action at this time.
0 commit comments