Skip to content

Commit ae915ce

Browse files
committed
Improve link styling
1 parent 5362578 commit ae915ce

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

src/styles.scss

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,27 @@ body {
1010
padding: 0;
1111
margin: 0;
1212
font-family: Helvetica, sans-serif;
13+
line-height: 1.5;
1314
}
1415

15-
a {
16-
text-decoration: none;
17-
color: black;
16+
header, footer, nav {
17+
a {
18+
text-decoration: none;
19+
color: black;
20+
}
21+
}
22+
23+
footer {
24+
a {
25+
color: grey;
26+
}
27+
28+
// Separate footer links with bullet characters
29+
a:not(:last-child)::after {
30+
padding-left: 0.5em;
31+
padding-right: 0.5em;
32+
content: '\2022';
33+
}
1834
}
1935

2036
li {

0 commit comments

Comments
 (0)