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:
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user