From 9c62464d657e594f1752b358318ec8911c87c804 Mon Sep 17 00:00:00 2001 From: Nyasa Patel Date: Wed, 17 Jun 2026 12:31:46 +0530 Subject: [PATCH] Change background color to grey and update font size --- resources/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/styles.css b/resources/styles.css index e65990d..79fe342 100644 --- a/resources/styles.css +++ b/resources/styles.css @@ -1,5 +1,5 @@ .background { - viewport-fill: black; + viewport-fill: grey; } text { @@ -11,7 +11,7 @@ text { } #dateBox { - font-size: 22; + font-size: 25; y: 10%; }