From 4a11a52f1a07a3ddcc23b50a3dff61c51b6be52c Mon Sep 17 00:00:00 2001 From: yenru0 Date: Mon, 27 Oct 2025 04:25:17 +0900 Subject: [PATCH] update style --- .crossnote/style.less | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.crossnote/style.less b/.crossnote/style.less index e585796..ad45723 100644 --- a/.crossnote/style.less +++ b/.crossnote/style.less @@ -13,4 +13,35 @@ .language-scanres { font-size: 6pt; } + ol, ul { + margin-top: 0.0pt; + } + p { + margin-bottom: 0.4rem; + } + h1 { + margin-top: 0.6rem; + margin-bottom: 0.4rem; + } + h2 { + margin-top: 0.6rem; + margin-bottom: 0.4rem; + } + h3 { + margin-top: 0.6rem; + margin-bottom: 0.4rem; + } + h4 { + margin-top: 0.4rem; + margin-bottom: 0.2rem; + } + h5 { + margin-top: 0.4rem; + margin-bottom: 0.2rem; + } + h6 { + margin-top: 0.2rem; + margin-bottom: 0.1rem; + } + }