Fixes
h3rald h3rald@h3rald.com
Sun, 14 Jun 2026 03:35:40 +0200
1 files changed,
4 insertions(+),
9 deletions(-)
jump to
M
assets/styles/style.css
→
assets/styles/style.css
@@ -26,7 +26,7 @@ --line-height: 1.5;
--scale-factor: 1.3333; --leading: 2rem; --letter-spacing: 0.05em; - --font-family-sans: BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; + --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; }@@ -135,7 +135,7 @@ line-height: var(--line-height);
} body { - font-family: var(--font-family-sans); + font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; font-weight: 300; margin: auto; height: 100vh;@@ -264,7 +264,6 @@ margin-top: 0;
} .leading { - line-height: calc(var(--leading) * 1); margin-top: calc(var(--leading) * 1); margin-bottom: calc(var(--leading) * 0); }@@ -289,10 +288,7 @@ }
i, em, -blockquote, -.primary-subtitle, -.secondary-subtitle, -.panel-header { +blockquote { font-style: italic; }@@ -369,7 +365,6 @@ top: 8px;
left: 8px; font-size: 0.8rem; } - .footer, .header,@@ -689,7 +684,7 @@ /* Figures */
figure { display: table; - background: var(--secondary-); + background: var(--secondary-background); margin: auto 0; }