From 7e7b3cd8239dc569b564614e821964dbf974b0d9 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 18 Dec 2021 22:07:47 +0100 Subject: [PATCH] change: style of month end end begin --- cal.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cal.css b/cal.css index 4e4c6c3..5d5fa21 100644 --- a/cal.css +++ b/cal.css @@ -4,7 +4,7 @@ table { table th { padding: 0.5em; - border: solid 1px black; + border: solid 0.0125em black; } table .row.month { @@ -12,6 +12,11 @@ table .row.month { background-color: gray; } +table .row.month th { + border-left: solid 0.2em black; + border-right: solid 0.2em black; +} + table .row.monthday { background-color: lightgray; } @@ -23,3 +28,7 @@ table .row.weekday { table .weekend { background-color: lightyellow; } + +table th.last { + border-right: solid 0.2em black; +} -- 2.39.5