style: bump base font-size 17px -> 18px

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
h z
2026-05-17 14:12:15 +01:00
parent f9d618d0dd
commit a98badf653

View File

@@ -50,8 +50,8 @@ body,
html { html {
background-color: hsl(var(--background)); background-color: hsl(var(--background));
/* Slightly larger base so all rem-based UI text scales up a bit. */ /* Larger base so all rem-based UI text scales up. */
font-size: 17px; font-size: 18px;
} }
body { body {