From: Bastian Dehn Date: Sat, 18 Dec 2021 21:07:47 +0000 (+0100) Subject: change: style of month end end begin X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;p=calender.git change: style of month end end begin --- 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; +}