Created
July 12, 2025 00:32
-
-
Save gerardroche/adfc5911fbe1d481f868c84604795f25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media print { | |
* { | |
background-image: none !important; | |
color: #000 !important; | |
} | |
img { | |
display: none !important; | |
} | |
@page { | |
@bottom-left { | |
content: counter(page) ' of ' counter(pages); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment