Skip to content

Commit 8bf4b06

Browse files
authored
Merge pull request #952 from xmedeko/buble-patch-2
buble theme: fix strong font-weight increased to 600 (onto master branch)
2 parents dd9e5f9 + 7b87100 commit 8bf4b06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: src/themes/buble.styl

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ $sidebar-width = 16rem
3535
color #333
3636
font-weight 400
3737

38+
.markdown-section strong
39+
color #333
40+
font-weight 600
41+
3842
.markdown-section a
3943
color var(--theme-color, $color-primary)
40-
font-weight 400
4144

4245
.markdown-section p, .markdown-section ul, .markdown-section ol
4346
line-height 1.6rem

0 commit comments

Comments
 (0)