We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5362578 commit ae915ceCopy full SHA for ae915ce
src/styles.scss
@@ -10,11 +10,27 @@ body {
10
padding: 0;
11
margin: 0;
12
font-family: Helvetica, sans-serif;
13
+ line-height: 1.5;
14
}
15
-a {
16
- text-decoration: none;
17
- color: black;
+header, footer, nav {
+ a {
18
+ text-decoration: none;
19
+ color: black;
20
+ }
21
+}
22
+
23
+footer {
24
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
34
35
36
li {
0 commit comments