Skip to content

Commit 74f0035

Browse files
committed
Increased post title font-weight
1 parent 69b5882 commit 74f0035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ h1, h2, h3, h4, h5, h6 {
4242
}
4343

4444
h1 {
45-
font-weight: 400;
45+
font-weight: 500;
4646
font-size: 32px;
4747
a {
4848
color: inherit;

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ h1, h2, h3, h4, h5, h6 {
6363
line-height: 1.4; } }
6464

6565
h1 {
66-
font-weight: 400;
66+
font-weight: 500;
6767
font-size: 32px; }
6868
h1 a {
6969
color: inherit; }

0 commit comments

Comments
 (0)