💭 CSS @media print issues with background-color; - Stack Overflow ================================================================= !https://stackoverflow.com/questions/3893986/css-media-print-issues-with-background-color#answer-14784655 Date: November 30, 2023 CSS @media print issues with background-color; I'm attempting to make a printable stylesheet for our app but I'm having issues with background-color in @media print. @media print { #header{display:none;} #adwrapper{display:none;... Stack Overflow · stackoverflow.com [1] Get those print colors exact ``` css body{ -webkit-print-color-adjust:exact !important; print-color-adjust:exact !important; } ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://stackoverflow.com/questions/3893986/css-media-print-issues-with-background-color#answer-14784655 [2]: /thoughts/ [3]: /tags/thoughts/