Skip to content

Instantly share code, notes, and snippets.

@JM-Mendez
Created May 26, 2020 11:55
Show Gist options
  • Save JM-Mendez/0eb1b6bc3231c23eecd9a9545992450a to your computer and use it in GitHub Desktop.
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
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