tweak markdown design

This commit is contained in:
kakkokari-gtyih 2024-01-31 01:32:42 +09:00
parent 79a1cb0ee4
commit c104264efa

View File

@ -180,3 +180,8 @@ html.light .markdown-body {
text-decoration: underline;
text-underline-offset: .2em;
}
html[lang='ja-JP'] .markdown-body > p,
html[lang='ja-JP'] .markdown-body :not(.ignore) p:not(.truncate-box) {
line-height: 1.8;
}