From a98badf6536a862363cb101ab07cc5f7f01bcbf4 Mon Sep 17 00:00:00 2001 From: hzhang Date: Sun, 17 May 2026 14:12:15 +0100 Subject: [PATCH] style: bump base font-size 17px -> 18px Co-Authored-By: Claude Opus 4.7 (1M context) --- src/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/globals.css b/src/globals.css index 3becc82..251ee64 100644 --- a/src/globals.css +++ b/src/globals.css @@ -50,8 +50,8 @@ body, html { background-color: hsl(var(--background)); - /* Slightly larger base so all rem-based UI text scales up a bit. */ - font-size: 17px; + /* Larger base so all rem-based UI text scales up. */ + font-size: 18px; } body {