diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-30 09:36:36 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-30 09:36:36 +0300 |
| commit | ffcd91381f9d06c8c468cb06ce1793fe146d1e80 (patch) | |
| tree | 1b43ea31673a59f2ecc40257793dfedf46c0e2fa /extras | |
| parent | b76149f550f735e818b3b0591ee652974ca2384a (diff) | |
Update default HTML theme spacing
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/html/themes/default/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extras/html/themes/default/style.css b/extras/html/themes/default/style.css index 8814f48..0f0f07b 100644 --- a/extras/html/themes/default/style.css +++ b/extras/html/themes/default/style.css @@ -42,7 +42,7 @@ p.header { color: #e0e0e0; font-family: code, monospace; font-size: 0.9rem; - margin: 0 -52px; + margin: 0 -52px 1.5rem -52px; padding: 0.7rem 52px; border-radius: 20px 20px 0 0; } @@ -60,8 +60,8 @@ h1 { font-family: heading, serif; color: #2e1065; margin-top: 0.2em; - margin-bottom: 0.5em; - padding-bottom: 0.3em; + margin-bottom: 0.2em; + padding-bottom: 0.15em; border-bottom: 2px solid #e0e4f0; } @@ -69,7 +69,7 @@ h2, h3 { font-family: heading, serif; color: #3730a3; margin-top: 1.5em; - margin-bottom: 0.4em; + margin-bottom: 0.15em; } a { |
