style(calendar_view): disable link color

This commit is contained in:
Elian Doran 2025-02-15 10:24:40 +02:00
parent fd22d05d9b
commit 557e4cdfea
No known key found for this signature in database

View File

@ -9,6 +9,10 @@ const TPL = `
height: 100%;
user-select: none;
}
.calendar-view a {
color: unset;
}
</style>
<div class="calendar-container">