From 7b871006e65a20a1f829e2080b87a492a581e9cb Mon Sep 17 00:00:00 2001 From: Ondrej Medek Date: Thu, 22 Aug 2019 14:20:13 +0200 Subject: [PATCH] buble theme: fix strong font-weight increased to 600 --- src/themes/buble.styl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/themes/buble.styl b/src/themes/buble.styl index 53fbc152e..c595022ba 100644 --- a/src/themes/buble.styl +++ b/src/themes/buble.styl @@ -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