diff --git a/src/public/stylesheets/print.css b/src/public/stylesheets/print.css index 9f7166092..bd3994810 100644 --- a/src/public/stylesheets/print.css +++ b/src/public/stylesheets/print.css @@ -173,4 +173,17 @@ span[style] { .note-detail-code pre { 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; } \ No newline at end of file