File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
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 @@ -20,10 +20,10 @@ <h1 id="docs-header-title">
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;
@@ -754,7 +756,7 @@ h6 .anchor::before {
754
756
755
757
# content p {
756
758
font-size : 0.95em ;
757
- font-weight : 300 ;
759
+ font-weight : 400 ;
758
760
line-height : 1.5em ;
759
761
margin-bottom : 15px ;
760
762
}
@@ -926,7 +928,7 @@ span.mlabel {
926
928
}
927
929
928
930
# content td .content {
929
- font-weight : 300 ;
931
+ font-weight : 400 ;
930
932
}
931
933
932
934
# content p > code ,
@@ -954,7 +956,7 @@ td div.listingblock div.content code {
954
956
div .imageblock div .title {
955
957
color : var (--subtle-text );
956
958
font-style : italic;
957
- font-weight : 300 ;
959
+ font-weight : 400 ;
958
960
font-size : 0.8em ;
959
961
margin-top : -15px ;
960
962
margin-bottom : 30px ;
@@ -1212,7 +1214,7 @@ div.memitem {
1212
1214
1213
1215
table .params ,
1214
1216
p .returns {
1215
- font-weight : 300 ;
1217
+ font-weight : 400 ;
1216
1218
}
1217
1219
1218
1220
table .params td {
You can’t perform that action at this time.
0 commit comments