mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 10:15:22 +08: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;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ck-content a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
#options-dialog input[type=number] {
|
#options-dialog input[type=number] {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user