From c104264efa0b65f774353bbdb5c5152e77f5b98e Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih Date: Wed, 31 Jan 2024 01:32:42 +0900 Subject: [PATCH] tweak markdown design --- assets/css/tailwind.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 43f0bc80..e350a326 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -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; +}