diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-09-05 08:58:03 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-09-05 08:58:03 +0300 |
| commit | ab9caa10ee85030328d2af6204dc0e115091f579 (patch) | |
| tree | d1c83a3d90a01aeb83bdf831a15cc4bf136596f5 /static | |
| parent | 885b4547da173b1852e3544500a8d61c85fb38ad (diff) | |
Improve paragraph style
Diffstat (limited to 'static')
| -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 */ |
