Skip to content

Commit eb9ad5f

Browse files
committed
Add h3 and h4 styling
1 parent 515aea7 commit eb9ad5f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/css/custom.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,19 @@ h2 {
8585
}
8686

8787
h3 {
88-
color:var(--graytext);
88+
color:var(--black-700);
8989
font-size: 20px;
90-
font-weight: 200;
90+
font-weight: 700;
9191

9292
}
9393

94+
h4 {
95+
color:var(--black-700);
96+
font-size: 18px;
97+
font-weight: 500;
98+
99+
}
100+
94101

95102
p {
96103
font-size: 16px;

0 commit comments

Comments
 (0)