style(print): skip highlighting Trilium internal links

This commit is contained in:
Adorian Doran 2025-02-02 02:51:46 +02:00
parent 9b775a142d
commit 6cd2a16155

View File

@ -174,6 +174,11 @@ span[style] {
*/
.note-detail-printable a {
text-decoration: none;
}
.note-detail-printable a:not([href^="#root/"]) {
text-decoration: underline;
color: #374a75;
}