From: Bastian Dehn Date: Fri, 17 Dec 2021 17:45:41 +0000 (+0100) Subject: add: better style X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=b48099585c3b9dd6a250e934a133ec02dd489604;p=calender.git add: better style --- diff --git a/cal.css b/cal.css index 936e3b4..f3a9fd9 100644 --- a/cal.css +++ b/cal.css @@ -2,12 +2,20 @@ table { border-collapse: collapse; } -table .row.month th { +table th { + padding: 0.5em; + border: solid 1px black; +} + +table .row.month { color: white; background-color: gray; - border: solid 1px black; } table .row.monthday { background-color: lightgray; } + +table .row.weekday { + background-color: lightgray; +}