Merge pull request #1723 from vekunz/feature/optimize_printing

Fix some issues to improve the print output
This commit is contained in:
vabene1111
2022-06-14 20:59:57 +02:00
committed by GitHub
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) {