auto enable background graphics print settings

Solutions on MaxInterview for auto enable background graphics print settings by the best coders in the world

showing results for - "auto enable background graphics print settings"
Ashley
07 Jun 2018
1* {
2    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
3    color-adjust: exact !important;                 /*Firefox*/
4}
5