Do not show anchor links when printing, at all

This commit is contained in:
Jonas Schäfer 2019-04-05 17:42:24 +02:00
parent cd33df07bc
commit e01549cce8
1 changed files with 6 additions and 0 deletions

View File

@ -1660,3 +1660,9 @@
margin-left: 1.5em;
}
}
@media print {
a.anchor-link {
display: none;
}
}