style(print): tweak links

pull/667/head^2
Adorian Doran 2025-02-01 18:41:43 +07:00
parent fa655ea45e
commit 16f62bdde9
1 changed files with 13 additions and 0 deletions

@ -174,3 +174,16 @@ span[style] {
border: unset !important; border: unset !important;
border-radius: 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;
}