Skip to content

Commit 95100bd

Browse files
authored
fix: make headers on the website bold (#6146)
* fix: make headers on the website bold This makes the posts more readable Signed-off-by: Joyee Cheung <[email protected]> * fixup! fix: make headers on the website bold Signed-off-by: Joyee Cheung <[email protected]> --------- Signed-off-by: Joyee Cheung <[email protected]>
1 parent 2c89fde commit 95100bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/old/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ h2,
1919
h3,
2020
h4,
2121
h5 {
22-
font-weight: 400;
22+
font-weight: 700;
2323
}
2424

2525
h2 {

0 commit comments

Comments
 (0)