Added tmp links to month tables

This commit is contained in:
2022-07-14 16:49:49 +03:00
parent 35398809ce
commit 6afe30ed42
5 changed files with 19 additions and 4 deletions
@@ -26,7 +26,6 @@ table.month td {
table.month td.current {
background: dimgrey;
color: white;
}
table.month th.subtitle {
@@ -34,6 +33,15 @@ table.month th.subtitle {
font-weight: normal;
}
table.month td a {
text-decoration: none;
color: black;
}
table.month td.current a {
color: white;
}
div.calendar {
display: flex;
flex-flow: row wrap;