diff --git a/src/content/theme/markdown.css b/src/content/theme/markdown.css index 826c47b..3003fb6 100644 --- a/src/content/theme/markdown.css +++ b/src/content/theme/markdown.css @@ -3,10 +3,9 @@ .markdown-note { line-height: 1.3; } -/* + .markdown-note > *:first-child { margin-top: 0 !important; } .markdown-note > *:last-child { margin-bottom: 0 !important; } -*/ .markdown-note h1 { font-size:2rem; } .markdown-note h2 { font-size:1.5rem; } diff --git a/src/content/theme/style.css b/src/content/theme/style.css index 85d4b6c..6315b9e 100644 --- a/src/content/theme/style.css +++ b/src/content/theme/style.css @@ -569,7 +569,7 @@ li.task-row:hover .taskactionbtn { } .task-note-block { - padding: 0px 2rem; + padding: 10px 2rem; color: var(--color-text-reduced); background-size:16px 16px; min-height:16px;