From 96c1face7deee593550508eb7e3823868d5f6c42 Mon Sep 17 00:00:00 2001 From: lew Date: Wed, 13 May 2026 16:57:09 +0100 Subject: [PATCH] fix: tabular-nums on .muted dates --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 5b1b420..6cb1083 100644 --- a/static/style.css +++ b/static/style.css @@ -8,6 +8,7 @@ body { padding: 2rem 1.25rem; line-height: 1.5; font-family: Georgia, "Iowan Old Style", Palatino, serif; + font-variant-numeric: tabular-nums; } h1, h2, h3, h4, h5, h6 {