|
2 | 2 | * General |
3 | 3 | */ |
4 | 4 | html { |
5 | | - font-family: _font(primary); |
6 | 5 | font-size: 112.5%; |
7 | 6 | height: 100%; |
8 | 7 | min-height: 100%; |
9 | 8 | } |
10 | 9 |
|
11 | 10 | body { |
12 | | - background: #fff; |
13 | | - color: _palette(primary); |
| 11 | + font-family: _font(text); |
| 12 | + background: _palette(blue10); |
| 13 | + color: _palette(text20); |
14 | 14 | line-height: 1.66667; |
15 | 15 | } |
16 | 16 |
|
|
33 | 33 | h4, |
34 | 34 | h5, |
35 | 35 | h6 { |
36 | | - color: _palette(secondary); |
| 36 | + font-family: _font(primary); |
| 37 | + color: _palette(text20); |
37 | 38 | font-weight: bold; |
38 | 39 | line-height: 1.2; |
39 | 40 | margin: 1.66667rem 0 0.83333rem; |
|
164 | 165 | padding: 0 0 0 1.33333em; |
165 | 166 | } |
166 | 167 |
|
167 | | -li > ul, |
168 | | -li > ol { |
| 168 | +li>ul, |
| 169 | +li>ol { |
169 | 170 | margin-bottom: 0; |
170 | 171 | } |
171 | 172 |
|
@@ -227,6 +228,7 @@ input[type="search"], |
227 | 228 | input[type="url"], |
228 | 229 | select, |
229 | 230 | textarea { |
| 231 | + font-family: _font(accent); |
230 | 232 | background: _palette(bg); |
231 | 233 | border: 1px solid _palette(border); |
232 | 234 | border-radius: 5px; |
@@ -331,11 +333,11 @@ input[type="submit"], |
331 | 333 | input[type="button"], |
332 | 334 | input[type="reset"], |
333 | 335 | .button { |
334 | | - background: _palette(accent); |
| 336 | + background: _palette(blue10); |
335 | 337 | border: 2px solid _palette(accent); |
336 | 338 | border-radius: 30px; |
337 | 339 | box-sizing: border-box; |
338 | | - color: #fff; |
| 340 | + color: _palette(accent); |
339 | 341 | display: inline-block; |
340 | 342 | font-size: 14px; |
341 | 343 | letter-spacing: 0.075em; |
@@ -415,8 +417,8 @@ img { |
415 | 417 |
|
416 | 418 | /* Text meant only for screen readers */ |
417 | 419 | .screen-reader-text, |
418 | | -.site-logo + .site-identity .site-title, |
419 | | -.site-logo + .site-identity .site-description { |
| 420 | +.site-logo+.site-identity .site-title, |
| 421 | +.site-logo+.site-identity .site-description { |
420 | 422 | border: 0; |
421 | 423 | clip: rect(1px, 1px, 1px, 1px); |
422 | 424 | height: 1px; |
|
0 commit comments