!!! note This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process here

Here's my thought on 💭 CSS @media print issues with background-color; - Stack Overflow


Get those print colors exact


body{
  -webkit-print-color-adjust:exact !important;
  print-color-adjust:exact !important;
}

This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts