From d5c9dcf735c56a29b8402716add7d6b160f22ffb Mon Sep 17 00:00:00 2001 From: yenru0 Date: Wed, 22 Oct 2025 03:19:07 +0900 Subject: [PATCH] update notes style --- .crossnote/style.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.crossnote/style.less b/.crossnote/style.less index 38a0ec9..1f2e21e 100644 --- a/.crossnote/style.less +++ b/.crossnote/style.less @@ -9,8 +9,17 @@ .mermaid { background-color: white; } + p { + margin-bottom: 0.0pt; + } + h1, h2, h3, h4, h5, h6 { + margin-bottom: 1pt; + margin-top: 2pt; + } div[data-cmd="sh"] { font-size: 8pt; } + font-family: NanumGothic; + }