|
1 | 1 | body {
|
2 |
| - font-family: "Lato", sans-serif; |
| 2 | + font-family: 'Lato', sans-serif; |
3 | 3 | font-weight: 200;
|
4 | 4 | background: #111;
|
5 | 5 | color: #fff;
|
|
29 | 29 | h4,
|
30 | 30 | h5,
|
31 | 31 | h6 {
|
32 |
| - font-family: "Fredoka One", sans-serif; |
| 32 | + font-family: 'Fredoka One', sans-serif; |
33 | 33 | letter-spacing: 0.1em;
|
34 | 34 | }
|
35 | 35 |
|
@@ -100,7 +100,7 @@ nav a:hover {
|
100 | 100 | }
|
101 | 101 |
|
102 | 102 | nav ul {
|
103 |
| - font-family: "Fredoka One", sans-serif; |
| 103 | + font-family: 'Fredoka One', sans-serif; |
104 | 104 | letter-spacing: 0.1em;
|
105 | 105 | margin-top: 20px;
|
106 | 106 | }
|
@@ -178,7 +178,7 @@ main {
|
178 | 178 | }
|
179 | 179 |
|
180 | 180 | main > p {
|
181 |
| - font-family: "Fredoka One", sans-serif; |
| 181 | + font-family: 'Fredoka One', sans-serif; |
182 | 182 | letter-spacing: 0.1em;
|
183 | 183 | font-size: 1.2em;
|
184 | 184 | text-align: center;
|
@@ -261,7 +261,7 @@ main.area {
|
261 | 261 |
|
262 | 262 | .details .item h4 {
|
263 | 263 | text-transform: uppercase;
|
264 |
| - font-family: "Lato", sans-serif; |
| 264 | + font-family: 'Lato', sans-serif; |
265 | 265 | padding-bottom: 2px;
|
266 | 266 | }
|
267 | 267 |
|
@@ -393,6 +393,7 @@ footer .copy {
|
393 | 393 | footer .copy a {
|
394 | 394 | color: #777;
|
395 | 395 | border-bottom: 1px solid #777;
|
| 396 | + text-decoration: none; |
396 | 397 | }
|
397 | 398 |
|
398 | 399 | footer .copy a:hover {
|
|
579 | 580 | .article section.area h4,
|
580 | 581 | .article section.area h5,
|
581 | 582 | .article section.area h6 {
|
582 |
| - font-family: "Lato", sans-serif; |
| 583 | + font-family: 'Lato', sans-serif; |
583 | 584 | font-weight: normal;
|
584 | 585 | }
|
585 | 586 |
|
|
616 | 617 |
|
617 | 618 | .article section.area ol li:before,
|
618 | 619 | .article section.area ul li:before {
|
619 |
| - content: " - "; |
| 620 | + content: ' - '; |
620 | 621 | margin-left: 10px;
|
621 | 622 | }
|
622 | 623 |
|
|
0 commit comments