Vertical lines on calendar day screen

main2
Bob Mottram 2019-10-11 22:12:51 +01:00
parent 2b30d08aa4
commit 8672f2e5f6
1 changed files with 5 additions and 0 deletions

View File

@ -116,6 +116,11 @@ a:link {
padding: 20px;
}
tr { border: none; }
td {
border-left: solid 2px var(--lines-color);
}
tr:nth-child(odd) > .calendar__day__cell:nth-child(odd) {
color: var(--day-number);
}