Fixes.
h3rald h3rald@h3rald.com
Tue, 16 Jun 2026 14:43:36 +0200
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
assets/styles/style.css
→
assets/styles/style.css
@@ -2,10 +2,9 @@ /* Theme Switcher */
/* Credits: https://endtimes.dev/no-javascript-dark-mode-toggle/ */ :root { - --html-font-size: 18px; --base-font-size: 1rem; - --line-height: 1.5; + --line-height: 1.4rem; --scale-factor: 1.3333; --leading: 1.6rem; --quarter-leading: 0.4rem;@@ -151,7 +150,7 @@ }
.primary-subtitle { margin-top: var(--quarter-leading); - line-height: var(--half-leading); + line-height: var(--line-height); } .secondary-subtitle {@@ -290,6 +289,7 @@ }
table.badge-container, table.card-badges { margin: 0; + line-height: 0.8rem; } .project-legend tr {