mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-30 04:01:31 +08:00
style(print): skip highlighting Trilium internal links
This commit is contained in:
parent
9b775a142d
commit
6cd2a16155
@ -174,6 +174,11 @@ span[style] {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.note-detail-printable a {
|
.note-detail-printable a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-detail-printable a:not([href^="#root/"]) {
|
||||||
|
text-decoration: underline;
|
||||||
color: #374a75;
|
color: #374a75;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user