Improve side menu rendering

This commit is contained in:
Alex Shpak
2018-09-18 01:35:54 +02:00
parent 561659ed53
commit 8678e82154
6 changed files with 41 additions and 36 deletions
+4
View File
@@ -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;
+2 -1
View File
@@ -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; }