From 0ad044b7e03d7ee6119940907ca02a3aab815eb7 Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Mon, 31 Aug 2026 14:12:22 +0100 Subject: [PATCH] Adjust data display size to match clock display --- launcher/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/launcher/style.css b/launcher/style.css index 90190a8..e86d4a5 100644 --- a/launcher/style.css +++ b/launcher/style.css @@ -22,9 +22,10 @@ window { /* Large, prominent clock */ label.date-display { - font-size: 28px; + font-size: 32px; opacity: 0.75; margin-right: 16px; + color: #fafafa; } label.clock-display { font-size: 32px;