Skip to content

Commit 3d543c1

Browse files
authored
Add font-weight to body styles
1 parent 672a347 commit 3d543c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
body {
1919
background: var(--slate);
20+
font-weight: 300;
2021
color: var(--text); }
2122

2223
/* headings */

0 commit comments

Comments
 (0)