From e3cc6b6bc2f805da69f6aca5aebf0d768f265a8b Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 8 Sep 2023 17:39:19 +0200 Subject: [PATCH] improved line height closes #3 --- server/public/style.css | 2 ++ test-vault/Cool Test Note.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/server/public/style.css b/server/public/style.css index 58001fe..299638b 100644 --- a/server/public/style.css +++ b/server/public/style.css @@ -12,6 +12,7 @@ code { font-family: "JetBrains Mono", monospace; font-variant-ligatures: none; border-radius: 5px; + line-height: initial; } img { @@ -53,6 +54,7 @@ h1:hover .header-anchor, h2:hover .header-anchor, h3:hover .header-anchor, h4:ho .content { max-width: 700px; margin: 40px auto 80px; + line-height: 1.5; } .error { diff --git a/test-vault/Cool Test Note.md b/test-vault/Cool Test Note.md index d2c040e..408de45 100644 --- a/test-vault/Cool Test Note.md +++ b/test-vault/Cool Test Note.md @@ -56,4 +56,4 @@ nice [^1]: Normal footnote! -[^text]: Text footnote! \ No newline at end of file +[^text]: Text footnote \ No newline at end of file