From 67421db5ad0658ee03d9d0ebd232b76f15cc406f Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Wed, 26 Aug 2026 17:57:57 +0100 Subject: [PATCH] Add date styling --- launcher/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/launcher/style.css b/launcher/style.css index 855ea6b..c7be569 100644 --- a/launcher/style.css +++ b/launcher/style.css @@ -7,10 +7,9 @@ window { /* Large, prominent clock */ label.date-display { - font-size: 30px; - font-weight: 500; - color: #fafafa; - padding-right: 30px; + font-size: 18px; + opacity: 0.75; + margin-right: 16px; } label.clock-display { font-size: 32px;