Improve the layout of toc entries

This commit is contained in:
Cotes Chung 2021-09-29 17:33:59 +08:00
parent 9844b964a8
commit 77c2009658
1 changed files with 2 additions and 4 deletions

View File

@ -139,15 +139,13 @@
}
}
#toc li > a {
line-height: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
#toc li a {
font-size: 0.8rem;
&.nav-link:not(.active) {
color: inherit;
}
}
nav[data-toggle=toc] {