mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 05:11:31 +08:00
style(views/calendar): disable link underline
This commit is contained in:
parent
143b91936c
commit
d319eede1f
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue