From 52a41b956481361db8d920d479f944999d0cda3d Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Fri, 6 Mar 2026 16:53:19 +0100 Subject: [PATCH] made the font size in the overlay a bit bigger --- public/overlay.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/public/overlay.css b/public/overlay.css index 443dc8a..79e76be 100644 --- a/public/overlay.css +++ b/public/overlay.css @@ -1,2 +1,12 @@ -body { background: transparent; margin: 0; padding: 0; } -#timer { font-size: 4rem; font-family: monospace; color: white; text-shadow: 2px 2px 4px black; } +body { + background: transparent; + margin: 0; + padding: 0; +} + +#timer { + font-size: 16rem; + font-family: monospace; + color: white; + text-shadow: 2px 2px 4px black; +}