style(calendar_view): disable link color

pull/1183/head
Elian Doran 2025-02-15 10:24:40 +07:00
parent fd22d05d9b
commit 557e4cdfea
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

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