From aad7b9601dfa05255d5c24f4a6377d9a25646d45 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 27 Feb 2022 13:37:27 +0100 Subject: Make change of months clearer in calendar --- src/gui/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/style.css') diff --git a/src/gui/style.css b/src/gui/style.css index 4828e41..70385d1 100644 --- a/src/gui/style.css +++ b/src/gui/style.css @@ -22,6 +22,10 @@ margin-bottom: 4px; } +.g-Calendar__DayNumber--FirstOfMonth { + font-weight: bold; +} + .g-Calendar__DayEvent { background-color: #A8C2E0; color: white; -- cgit v1.2.3