From 902d53382ad0b985a5500b7f01249d8c2a92fb13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 26 Jul 2021 12:19:12 +0200 Subject: [PATCH] non-bold calendar headings --- widgets.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/widgets.css b/widgets.css index b0244fb..b548d38 100644 --- a/widgets.css +++ b/widgets.css @@ -6,6 +6,9 @@ table.calendar { table.calendar td { border: .5pt solid; } +table.calendar th { + font-weight: normal; +} table.calendar thead tr.monthname { border-style: solid; -- 2.39.2