diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 5 |
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 */ |
