File tree Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 9
9
< div class ="toptitle ">
10
10
< h1 > < a href ="/documentation/ "> < b > Raspberry Pi</ b > Documentation</ a > </ h1 >
11
11
< div id ="search-container ">
12
- < div id ="docsearch "> </ div >
12
+ < div id ="docsearch " role =" search " > </ div >
13
13
</ div >
14
14
{% include tabs.html %}
15
15
</ div >
16
16
17
- < div id ="container ">
17
+ < div id ="container " role =" main " >
18
18
< section id ="box-content ">
19
19
{% for item in site.data.index.tabs %}
20
20
{% if page.dir == item.path or page.dir == "/" and item.default_tab and item.default_tab == "yes" %}
Original file line number Diff line number Diff line change 11
11
< div id ="toc-container ">
12
12
< div id ="toc-inner ">
13
13
< div id ="docs-header ">
14
- < h1 id ="docs-header-title ">
14
+ < h2 id ="docs-header-title ">
15
15
< a href ="/documentation ">
16
16
Documentation
17
17
</ a >
18
- </ h1 >
18
+ </ h2 >
19
19
< label class ="mobile-menu-toggle " for ="mobile-toggle ">
20
20
< div class ="mobile-menu-toggle-inner "> </ div >
21
21
</ label >
22
22
</ div >
23
- < div id ="docsearch ">
23
+ < div id ="docsearch " role =" search " >
24
24
</ div >
25
25
</ div >
26
- < div class ="toc ">
26
+ < div class ="toc " role =" navigation " >
27
27
{% for subdir in site.data.nav %}
28
28
< ul class ="sectlevel1 ">
29
29
< input class ="toc-toggle-box " type ="checkbox " id ="{{ subdir.path }} " {% if page.url contains subdir.path %}checked{% endif %} />
@@ -154,14 +154,14 @@ <h1 id="docs-header-title">
154
154
</ div >
155
155
< div id ="docs-container ">
156
156
< div id ="main-window ">
157
- < section id ="content ">
157
+ < section id ="content " role =" main " >
158
158
< h1 > {{ page.sub_title | markdownify | remove: '< p > ' | remove: '</ p > '}}</ h1 >
159
159
{{ content }}
160
160
</ section >
161
161
162
162
< div id ="on-this-page ">
163
163
< div id ="on-this-page-inner ">
164
- < h5 > On this page</ h5 >
164
+ < h4 > On this page</ h4 >
165
165
< div id ="tocbot " class ="js-toc "> </ div >
166
166
</ div >
167
167
</ div >
Original file line number Diff line number Diff line change 15
15
--accent : # cd2355 ;
16
16
--docsearch-primary-color : var (--accent );
17
17
--docsearch-logo-color : var (--red-tint );
18
+ --docsearch-muted-color : # 333 ;
18
19
--copy-button-bg : # f6f6f6 ;
19
20
--copy-button-text : # 444 ;
20
21
--textcolor : black;
56
57
--accent : # d75a64 ;
57
58
--docsearch-primary-color : var (--accent );
58
59
--docsearch-logo-color : var (--red-tint );
60
+ --docsearch-muted-color : # 333 ;
59
61
--copy-button-bg : # 707070 ;
60
62
--copy-button-text : # CCC ;
61
63
--textcolor : white;
@@ -182,6 +184,10 @@ div.subtitle p {
182
184
background-color : var (--toc-hover-colour );
183
185
}
184
186
187
+ # docs-header h2 {
188
+ font-size : initial;
189
+ }
190
+
185
191
# docs-header a {
186
192
font-size : 1.9em ;
187
193
font-weight : 400 ;
@@ -754,7 +760,7 @@ h6 .anchor::before {
754
760
755
761
# content p {
756
762
font-size : 0.95em ;
757
- font-weight : 300 ;
763
+ font-weight : 400 ;
758
764
line-height : 1.5em ;
759
765
margin-bottom : 15px ;
760
766
}
@@ -926,7 +932,7 @@ span.mlabel {
926
932
}
927
933
928
934
# content td .content {
929
- font-weight : 300 ;
935
+ font-weight : 400 ;
930
936
}
931
937
932
938
# content p > code ,
@@ -954,7 +960,7 @@ td div.listingblock div.content code {
954
960
div .imageblock div .title {
955
961
color : var (--subtle-text );
956
962
font-style : italic;
957
- font-weight : 300 ;
963
+ font-weight : 400 ;
958
964
font-size : 0.8em ;
959
965
margin-top : -15px ;
960
966
margin-bottom : 30px ;
@@ -1212,7 +1218,7 @@ div.memitem {
1212
1218
1213
1219
table .params ,
1214
1220
p .returns {
1215
- font-weight : 300 ;
1221
+ font-weight : 400 ;
1216
1222
}
1217
1223
1218
1224
table .params td {
You can’t perform that action at this time.
0 commit comments