style(print): tweak links

This commit is contained in:
Adorian Doran 2025-02-01 18:41:43 +02:00
parent fa655ea45e
commit 16f62bdde9

View File

@ -174,3 +174,16 @@ span[style] {
border: unset !important;
border-radius: unset !important;
}
/*
* Links
*/
.note-detail-printable a {
color: #374a75;
}
.note-detail-printable a::after {
/* Hide the external link trailing arrow */
display: none !important;
}