From 96f36547812fc5e825e5e2d10b065145cdf94d97 Mon Sep 17 00:00:00 2001 From: June Gardner Date: Tue, 18 Nov 2025 12:23:12 -0800 Subject: [PATCH] Messing with the font size. --- theme/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/styles.css b/theme/styles.css index 50dd7b5..9a73663 100644 --- a/theme/styles.css +++ b/theme/styles.css @@ -1,7 +1,7 @@ :root { --background: hsl(266, 60.7%, 12%); --foreground: hsl(297, 79.7%, 74.9%); - --text-size: calc(0.6rem + 0.6vw); + --text-size: calc(0.4rem + 0.6vw); --font-family: "Maple Mono"; } -- 2.39.5