From 80c2fc086fb5a8b3a9d383d3b9f5e7634bd7f131 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 26 Aug 2026 20:02:49 +0100 Subject: [PATCH] INcrease date size --- launcher/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/style.css b/launcher/style.css index c7be569..340b8e1 100644 --- a/launcher/style.css +++ b/launcher/style.css @@ -7,7 +7,7 @@ window { /* Large, prominent clock */ label.date-display { - font-size: 18px; + font-size: 28px; opacity: 0.75; margin-right: 16px; }