From 224d880ded5abca22ddffdadc805cdfee90f2270 Mon Sep 17 00:00:00 2001 From: Moonlit Productions Date: Wed, 8 Oct 2025 13:29:54 -0400 Subject: [PATCH] increase base font size and actually use font size base --- root/styles/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/styles/main.css b/root/styles/main.css index 6980ce2..2376d90 100644 --- a/root/styles/main.css +++ b/root/styles/main.css @@ -12,7 +12,7 @@ --link-hover: #9fa8da; --font-family: 'Arial', 'Helvetica', sans-serif; - --font-size-base: 16px; + --font-size-base: 1.25rem; --line-height-base: 1.6; --spacing-small: 0.5rem; @@ -32,6 +32,7 @@ body { min-height: 100vh; display: flex; flex-direction: column; + font-size: var(--font-size-base); } h1,