A global color-scheme: dark leaks into print/PDF output unless you override it
TIL that setting color-scheme: dark once on html/body for a dark-themed site makes the browser paint its default canvas background dark everywhere that property cascades — including print and PDF output — unless @media print resets it.
#CSS