File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{{ define "main" }}
2- < div class ="container ">
2+ < div class ="container " id =" main-content " tabindex =" -1 " >
33 < h1 > {{ .Title }}</ h1 >
44 {{ if .Description }}
55 < p > {{ .Description }}</ p >
Original file line number Diff line number Diff line change 11{{ define "main" }}
2- < div class ="container ">
2+ < div class ="container " id =" main-content " tabindex =" -1 " >
33 < h1 > {{ .Title }}</ h1 >
44 {{ if .Description }}
55 < p > {{ .Description }}</ p >
Original file line number Diff line number Diff line change 11{{ define "main" }}
2- < div class ="container ">
2+ < div class ="container " id =" main-content " tabindex =" -1 " >
33 < h1 > {{ .Title }}</ h1 >
44 {{ if .Description }}
55 < p > {{ .Description }}</ p >
Original file line number Diff line number Diff line change 7070 --code-max-height : 60rem ;
7171}
7272
73+ /* "Skip to main content" link */
74+
75+ # gdoc-to-main {
76+ position : absolute;
77+ left : -10000px ;
78+ top : auto;
79+ width : 1px ;
80+ height : 1px ;
81+ overflow : hidden;
82+ }
83+
84+ # gdoc-to-main : focus {
85+ position : absolute;
86+ left : 50% ;
87+ transform : translateX (-50% );
88+ top : 1rem ;
89+ width : auto;
90+ height : auto;
91+ padding : 0.5rem 1rem ;
92+ background : var (--accent-color-lite , # f0f0f0 );
93+ border : 1px solid var (--accent-color , # 333 );
94+ border-radius : 4px ;
95+ z-index : 1000 ;
96+ }
97+
7398/* =========================================================================
7499 Add Your Own Custom Styles Below
75100 ========================================================================= */
You can’t perform that action at this time.
0 commit comments