mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
render past days in gray
This commit is contained in:
committed by
Thomas Ruoff
parent
18337a7ac7
commit
eb82b9b292
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user