]> gitweb.hhaalo.de Git - calender.git/commitdiff
add: better style
authorBastian Dehn <hhaalo@arcor.de>
Fri, 17 Dec 2021 17:45:41 +0000 (18:45 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Fri, 17 Dec 2021 17:45:41 +0000 (18:45 +0100)
cal.css

diff --git a/cal.css b/cal.css
index 936e3b45b42490deb6db887daaf47fdd0e6e24e2..f3a9fd9c6d13f5f7ec3c18c67a2b438dd366fb1d 100644 (file)
--- 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;
+}