From fc958a32dcff87bb4181c40494b29dba0984ead3 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 28 Jun 2025 16:49:47 +0800 Subject: [PATCH] feat: increase default font size in stylesheet --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 6336e35..1a84d9c 100644 --- a/src/style.css +++ b/src/style.css @@ -1,6 +1,7 @@ body { background-color: black; color: white; + font-size: 24px; } div.container { margin: 0;