Is there a way to display the background color and image when printing? I understand this is typically controlled by browser properties, but I'm looking to customize it with CSS. For example, on webkit, I use
-webkit-print-color-adjust: exact;
. How can I accomplish this in CSS?