Created
May 26, 2020 11:55
-
-
Save JM-Mendez/0eb1b6bc3231c23eecd9a9545992450a to your computer and use it in GitHub Desktop.
#CSS snippet to enable printing background colors and images to pdf in chrome
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
html body { | |
-webkit-print-color-adjust: exact; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment