calendar-strip - get mapado events for month working

This commit is contained in:
isUnknown 2024-07-24 18:01:01 +02:00
parent 801fe38447
commit 02554fa718
3 changed files with 64 additions and 14 deletions

View file

@ -22,6 +22,10 @@
width: 100%;
}
.calendar-strip__day.event {
text-decoration: underline;
}
.calendar-strip__calendar-btn {
border: var(--border);
padding: 0.2rem 0.5rem;