Skip to content

Commit b8e5b73

Browse files
committed
fix: Remove double-underline from version number in footer
1 parent 432037d commit b8e5b73

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

assets/styles/styles.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
font-family: "Lato", sans-serif;
2+
font-family: 'Lato', sans-serif;
33
font-weight: 200;
44
background: #111;
55
color: #fff;
@@ -29,7 +29,7 @@ h3,
2929
h4,
3030
h5,
3131
h6 {
32-
font-family: "Fredoka One", sans-serif;
32+
font-family: 'Fredoka One', sans-serif;
3333
letter-spacing: 0.1em;
3434
}
3535

@@ -100,7 +100,7 @@ nav a:hover {
100100
}
101101

102102
nav ul {
103-
font-family: "Fredoka One", sans-serif;
103+
font-family: 'Fredoka One', sans-serif;
104104
letter-spacing: 0.1em;
105105
margin-top: 20px;
106106
}
@@ -178,7 +178,7 @@ main {
178178
}
179179

180180
main > p {
181-
font-family: "Fredoka One", sans-serif;
181+
font-family: 'Fredoka One', sans-serif;
182182
letter-spacing: 0.1em;
183183
font-size: 1.2em;
184184
text-align: center;
@@ -261,7 +261,7 @@ main.area {
261261

262262
.details .item h4 {
263263
text-transform: uppercase;
264-
font-family: "Lato", sans-serif;
264+
font-family: 'Lato', sans-serif;
265265
padding-bottom: 2px;
266266
}
267267

@@ -393,6 +393,7 @@ footer .copy {
393393
footer .copy a {
394394
color: #777;
395395
border-bottom: 1px solid #777;
396+
text-decoration: none;
396397
}
397398

398399
footer .copy a:hover {
@@ -579,7 +580,7 @@ em {
579580
.article section.area h4,
580581
.article section.area h5,
581582
.article section.area h6 {
582-
font-family: "Lato", sans-serif;
583+
font-family: 'Lato', sans-serif;
583584
font-weight: normal;
584585
}
585586

@@ -616,7 +617,7 @@ em {
616617

617618
.article section.area ol li:before,
618619
.article section.area ul li:before {
619-
content: " - ";
620+
content: ' - ';
620621
margin-left: 10px;
621622
}
622623

0 commit comments

Comments
 (0)