From 39a2300aa359f17981fe8e27362e1fba760fb29a Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Wed, 26 Aug 2026 17:29:24 +0100 Subject: [PATCH] Add date display styling --- launcher/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/launcher/style.css b/launcher/style.css index b58e783..855ea6b 100644 --- a/launcher/style.css +++ b/launcher/style.css @@ -6,6 +6,12 @@ window { } /* Large, prominent clock */ +label.date-display { + font-size: 30px; + font-weight: 500; + color: #fafafa; + padding-right: 30px; +} label.clock-display { font-size: 32px; font-weight: 700;