style(views/calendar): disable link underline

This commit is contained in:
Elian Doran 2025-02-23 19:23:00 +02:00
parent 143b91936c
commit d319eede1f
No known key found for this signature in database

View File

@ -45,6 +45,10 @@ const TPL = `
font-weight: normal;
}
.calendar-container a.fc-event {
text-decoration: none;
}
.calendar-container .fc-button {
padding: 0.2em 0.5em;
}