1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

perf(typography): optimize the line height of post content

This commit is contained in:
Cotes Chung
2022-10-08 20:00:22 +08:00
parent 304d75c500
commit eac3f9b434
2 changed files with 14 additions and 15 deletions

View File

@@ -146,13 +146,16 @@ img.preview-img {
animation: fade-up 0.8s;
}
#toc li a {
font-size: 0.8rem;
#toc {
ul.nav.navbar-nav {
margin: 0.5rem 0;
padding: 0;
&.nav-link:not(.active) {
color: inherit;
li {
padding-top: 2px;
padding-bottom: 2px;
}
}
}
nav[data-toggle=toc] {