render past days in gray

This commit is contained in:
Thomas Ruoff
2020-09-09 00:03:19 +02:00
committed by Thomas Ruoff
parent 18337a7ac7
commit eb82b9b292
2 changed files with 16 additions and 5 deletions

View File

@@ -127,6 +127,10 @@
flex: 0 calc(100% / 7);
}
.Calendar-grid-item--past {
@apply text-gray-500 bg-gray-200;
}
.Calendar-grid-item--current {
@apply font-bold;
}