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