From b5ee642c2d3808a300f8bb626e8283c0e1af34a5 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 1 Feb 2025 18:58:50 +0200 Subject: [PATCH] style(print): tweak footnotes --- src/public/stylesheets/print.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/public/stylesheets/print.css b/src/public/stylesheets/print.css index bd3994810..c2a4237b9 100644 --- a/src/public/stylesheets/print.css +++ b/src/public/stylesheets/print.css @@ -186,4 +186,13 @@ span[style] { .note-detail-printable a::after { /* Hide the external link trailing arrow */ display: none !important; -} \ No newline at end of file +} + +/* + * Footnotes + */ + +.note-detail-printable .footnote-reference a, +.footnote-back-link a { + text-decoration: none; + } \ No newline at end of file