Fix some issues to improve the print output

This commit is contained in:
Veit Kunz
2022-04-14 14:26:36 +02:00
parent 3159868ba4
commit 095befd9b7
4 changed files with 21 additions and 8 deletions

View File

@@ -9548,7 +9548,8 @@ a.text-dark:focus, a.text-dark:hover {
@media print {
*, :after, :before {
text-shadow: none !important;
box-shadow: none !important
box-shadow: none !important;
background-color: transparent !important;
}
a:not(.btn) {