File tree 3 files changed +15
-18
lines changed
3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 1
1
footer {
2
2
padding : 2rem ;
3
3
background-color : var (--light-color );
4
- font-size : var (--body-font-size-s );
4
+ font-size : var (--body-font-size-xs );
5
5
}
6
6
7
7
footer .footer {
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ header nav {
18
18
max-width : 1264px ;
19
19
height : var (--nav-height );
20
20
padding : 0 1rem ;
21
- font-family : var (--body-font-family );
22
21
}
23
22
24
23
header nav [aria-expanded = 'true' ] {
@@ -171,19 +170,18 @@ header nav .nav-sections ul {
171
170
list-style : none;
172
171
padding-left : 0 ;
173
172
font-size : var (--body-font-size-s );
174
- font-weight : 500 ;
175
173
}
176
174
177
175
header nav .nav-sections ul > li {
178
- font-weight : 700 ;
176
+ font-weight : 500 ;
179
177
}
180
178
181
179
header nav .nav-sections ul > li > ul {
182
180
margin-top : 0 ;
183
181
}
184
182
185
183
header nav .nav-sections ul > li > ul > li {
186
- font-weight : 500 ;
184
+ font-weight : 400 ;
187
185
}
188
186
189
187
@media (width > = 900px) {
@@ -227,13 +225,11 @@ header nav .nav-sections ul > li > ul > li {
227
225
display : flex;
228
226
gap : 2em ;
229
227
margin : 0 ;
230
- font-size : var (--body-font-size-xs );
231
228
}
232
229
233
230
header nav .nav-sections .default-content-wrapper > ul > li {
234
231
flex : 0 1 auto;
235
232
position : relative;
236
- font-weight : 500 ;
237
233
}
238
234
239
235
header nav .nav-sections .default-content-wrapper > ul > li > ul {
Original file line number Diff line number Diff line change 71
71
}
72
72
73
73
body {
74
- font-size : var (--body-font-size-m );
75
74
margin : 0 ;
76
75
font-family : var (--body-font-family );
77
- line-height : 1.6 ;
76
+ font-size : var (--body-font-size-m );
77
+ line-height : 1.5 ;
78
78
color : var (--text-color );
79
79
background-color : var (--background-color );
80
80
display : none;
95
95
h5 ,
96
96
h6 {
97
97
font-family : var (--heading-font-family );
98
- font-weight : 600 ;
99
- line-height : 1.25 ;
98
+ font-weight : 700 ;
99
+ line-height : 1.3 ;
100
100
margin-top : 1em ;
101
101
margin-bottom : 0.5em ;
102
102
scroll-margin : calc (var (--nav-height ) + 1em );
@@ -119,11 +119,6 @@ blockquote {
119
119
margin-bottom : 1em ;
120
120
}
121
121
122
- code ,
123
- pre {
124
- font-size : var (--body-font-size-s );
125
- }
126
-
127
122
code {
128
123
padding : 0.125em ;
129
124
}
@@ -140,6 +135,13 @@ main pre {
140
135
white-space : pre;
141
136
}
142
137
138
+ input ,
139
+ textarea ,
140
+ select ,
141
+ button {
142
+ font : inherit;
143
+ }
144
+
143
145
/* links */
144
146
a : any-link {
145
147
color : var (--link-color );
@@ -154,15 +156,14 @@ a:hover {
154
156
/* buttons */
155
157
a .button : any-link ,
156
158
button {
157
- font-family : var (--body-font-family );
158
159
display : inline-block;
159
160
box-sizing : border-box;
160
161
text-decoration : none;
161
162
border : 2px solid transparent;
162
163
padding : 5px 30px ;
163
164
text-align : center;
165
+ font-weight : 500 ;
164
166
font-style : normal;
165
- font-weight : 600 ;
166
167
cursor : pointer;
167
168
color : var (--background-color );
168
169
background-color : var (--link-color );
You can’t perform that action at this time.
0 commit comments