Fixes.
h3rald h3rald@h3rald.com
Fri, 19 Jun 2026 16:12:26 +0200
1 files changed,
10 insertions(+),
6 deletions(-)
jump to
M
assets/styles/style.css
→
assets/styles/style.css
@@ -6,9 +6,9 @@ --html-font-size: 18px;
--base-font-size: 1rem; --line-height: 1.4rem; --scale-factor: 1.3333; - --leading: 1.6rem; - --quarter-leading: 0.4rem; - --half-leading: 0.8rem; + --leading: 2rem; + --quarter-leading: 0.5rem; + --half-leading: 1rem; --letter-spacing: 0.05em; --font-family-sans: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; --font-family-mono: "JetBrains Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;@@ -93,7 +93,7 @@ ol,
pre, table, blockquote { - margin-top: var(--half-leading); + margin-top: 0; margin-bottom: var(--half-leading); }@@ -164,6 +164,11 @@
b, strong { font-weight: bold; +} + +h3, h4, h5, h6 { + padding-bottom: 0.2rem; + border-bottom: 1px solid #333333; } h1,@@ -523,7 +528,7 @@ }
code, pre { - font-size: 0.9rem; + font-size: 0.7rem; } img {@@ -555,7 +560,6 @@ .icon {
width: 16px; height: 16px; border: none; - vertical-align: text-top; } .heading-anchor {