Remove borders in calendar table

This commit is contained in:
Edgar P. Burkhart 2023-12-29 09:23:51 +01:00
parent 6f631607b8
commit 8652eb0b57
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 6 additions and 0 deletions

View File

@ -102,3 +102,9 @@ table.full-width col.bar {
.calendar .m {
background: var(--red);
}
.calendar tbody tr:not(:last-child) {
border-bottom: none;
}
.calendar tbody tr:not(:first-child) {
border-top: none;
}