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; + }