From 8678e82154226d31ff2833c83fc078d6260a218f Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 18 Sep 2018 01:35:54 +0200 Subject: Improve side menu rendering --- assets/_markdown.scss | 4 ++++ assets/styles.scss | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/_markdown.scss b/assets/_markdown.scss index b898b75..709210a 100644 --- a/assets/_markdown.scss +++ b/assets/_markdown.scss @@ -6,6 +6,10 @@ $block-border-radius: 0.15rem; h1, h2, h3, h4, h5 { font-weight: 400; } + + b, optgroup, strong { + font-weight: 400; + } a { text-decoration: none; diff --git a/assets/styles.scss b/assets/styles.scss index 670eb76..c36d583 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -25,6 +25,7 @@ a { .book-brand { padding: 0 $padding-16; + margin-bottom: $padding-8; font-weight: 400; a { @@ -73,7 +74,7 @@ a { } } - // class used for sections with bookTopSection: true + // class used for sections with bookRootSection: true .book-nav-section { margin-bottom: $padding-16; > a { font-weight: 600; } -- cgit v1.2.3