made the font size in the overlay a bit bigger

This commit is contained in:
2026-03-06 16:53:19 +01:00
parent 6ce29aa507
commit 52a41b9564

View File

@@ -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;
}