1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-21 11:10:53 +00:00

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

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] {