Skip to content

Commit dab82d0

Browse files
committed
color
1 parent 3297c2a commit dab82d0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/site/_includes/css/main.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ h4,
3131
h5,
3232
h6 {
3333
font-family: "Montserrat", sans-serif;
34-
color: $yellow;
3534
margin: 0 0 1rem 0;
3635
}
3736
h1 {
@@ -41,6 +40,13 @@ h1 {
4140
line-height: 0.9;
4241
margin: 0 0 3rem 0;
4342
}
43+
h1,
44+
h2 {
45+
color: $yellow;
46+
}
47+
h2 {
48+
font-size: 1.9rem;
49+
}
4450
p {
4551
margin: 0 0 1rem 0;
4652
}
@@ -50,6 +56,9 @@ a {
5056
color: #ffc793;
5157
}
5258
}
59+
ul {
60+
margin: 0 0 1rem 0;
61+
}
5362

5463
.button {
5564
background: white;

0 commit comments

Comments
 (0)