all repos — h3rald @ a6a01b56163ae60421e79e0cd047d6b17835ad73

The source code of the h3rald.com web site.

Fixes.
h3rald h3rald@h3rald.com
Tue, 16 Jun 2026 14:43:36 +0200
commit

a6a01b56163ae60421e79e0cd047d6b17835ad73

parent

9d3910b7a9c843ad80c6c99e98841465e3cd7dd6

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M assets/styles/style.cssassets/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 {