summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-09-05 08:58:03 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-09-05 08:58:03 +0300
commitab9caa10ee85030328d2af6204dc0e115091f579 (patch)
treed1c83a3d90a01aeb83bdf831a15cc4bf136596f5 /static/style.css
parent885b4547da173b1852e3544500a8d61c85fb38ad (diff)
Improve paragraph style
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 2c41f5f..dc87e2b 100644
--- a/static/style.css
+++ b/static/style.css
@@ -292,6 +292,11 @@ table {
margin: 20px 0 30px;
}
+p {
+ margin: 20px 0;
+ line-height: 32px;
+}
+
/* Syntax highlighting, overrides Pandoc generated styles */
code.sourceCode span { color: var(--syntax-0); }
code span.al { color: var(--syntax-1); font-weight: bold; } /* Alert */