Skip to content

Commit

Permalink
Merge pull request #952 from xmedeko/buble-patch-2
Browse files Browse the repository at this point in the history
buble theme: fix strong font-weight increased to 600 (onto master branch)
  • Loading branch information
anikethsaha authored Dec 3, 2019
2 parents dd9e5f9 + 7b87100 commit 8bf4b06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/themes/buble.styl
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ $sidebar-width = 16rem
color #333
font-weight 400

.markdown-section strong
color #333
font-weight 600

.markdown-section a
color var(--theme-color, $color-primary)
font-weight 400

.markdown-section p, .markdown-section ul, .markdown-section ol
line-height 1.6rem
Expand Down

0 comments on commit 8bf4b06

Please sign in to comment.