From efc14ee51f3804979cdaa71e206004882c9d6564 Mon Sep 17 00:00:00 2001 From: bochard Date: Wed, 19 Nov 2025 22:40:58 +0800 Subject: [PATCH] fixed font size of 16px --- stylesheet/root.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheet/root.css b/stylesheet/root.css index ba6b5b1..629cb55 100644 --- a/stylesheet/root.css +++ b/stylesheet/root.css @@ -1,5 +1,6 @@ body { background-image: url('/image/background/stars.gif'); + font-size: 16px; } #theholderofthings { width: 100%; -- 2.39.5