From 21073f74691d616ee25c655c52077fa258ad17fc Mon Sep 17 00:00:00 2001 From: Ludwig Mey Date: Tue, 28 Jul 2026 20:16:10 +1200 Subject: [PATCH] Increase event card font sizes by 2px Co-Authored-By: Claude Sonnet 4.6 --- static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 66252ea..0f382da 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -121,14 +121,14 @@ html, body { border-radius: 8px; padding: 8px 10px; border-left: 5px solid transparent; - font-size: 14px; + font-size: 16px; line-height: 1.35; } .event-time { font-weight: 700; color: rgba(0, 0, 0, 0.5); - font-size: 13px; + font-size: 15px; } .event-title { @@ -138,7 +138,7 @@ html, body { } .event-member { - font-size: 12px; + font-size: 14px; font-weight: 600; color: rgba(0, 0, 0, 0.45); margin-top: 2px;