style(print): tweak footnotes

This commit is contained in:
Adorian Doran 2025-02-01 18:58:50 +02:00
parent 16f62bdde9
commit b5ee642c2d

View File

@ -187,3 +187,12 @@ span[style] {
/* Hide the external link trailing arrow */ /* Hide the external link trailing arrow */
display: none !important; display: none !important;
} }
/*
* Footnotes
*/
.note-detail-printable .footnote-reference a,
.footnote-back-link a {
text-decoration: none;
}