mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 06:54:23 +01:00
client: Highlight content links on hover
This commit is contained in:
parent
8315d5c778
commit
83dbe0539e
@ -736,6 +736,10 @@ div[data-notify="container"] {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.ck-content a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#options-dialog input[type=number] {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user