mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 16:32:33 +08:00
style(calendar_view): disable link color
This commit is contained in:
parent
fd22d05d9b
commit
557e4cdfea
@ -9,6 +9,10 @@ const TPL = `
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.calendar-view a {
|
||||||
|
color: unset;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="calendar-container">
|
<div class="calendar-container">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user