Transparent style

merge-requests/17/head
Bob Mottram 2021-02-12 15:15:26 +00:00
parent f24f26a31f
commit d77bd49c89
1 changed files with 8 additions and 0 deletions

View File

@ -84,6 +84,14 @@ a:focus {
border: 2px solid var(--focus-color);
}
.transparent {
color: transparent;
background: transparent;
font-size: 0px;
line-height: 0px;
height: 0px;
}
.calendar__day__header,
.calendar__day__cell {
border: 2px solid var(--lines-color);