From 16f62bdde96e922cc2d50132f4b64d05ba8e1683 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 1 Feb 2025 18:41:43 +0200 Subject: [PATCH] style(print): tweak links --- src/public/stylesheets/print.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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