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 {