微调排版
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-07 03:35:00 +08:00
parent c3973e779a
commit 880afe34ab

View File

@ -1,5 +1,13 @@
.prose {
line-height: 1.6em;
& p,
& h1,
& h2,
& h3,
& h4,
& h5,
& h6 {
line-height: 1.6em;
}
& p {
margin-block: 0.6em;
@ -78,4 +86,9 @@
padding: 0.25rem;
border-radius: 0.25rem;
}
& pre,
& code {
font-family: var(--font-mono);
}
}