Skip to content

Commit 48dd23e

Browse files
fix: set the font-weight for strong tags back to 600 (#1048)
1 parent 43d1ccf commit 48dd23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/theme/styles/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ul, ol
115115
padding-left 1.2em
116116

117117
strong
118-
font-weight 500
118+
font-weight 600
119119

120120
h1, h2, h3, h4, h5, h6
121121
font-weight 500

0 commit comments

Comments
 (0)