From: Ralf Jung Date: Fri, 6 Apr 2018 11:09:47 +0000 (+0200) Subject: CSS: no background color when printing X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/a0f981ab2c59f712725083ca43af6f3ce05e4804?ds=sidebyside CSS: no background color when printing --- diff --git a/ralf/_sass/_layout.scss b/ralf/_sass/_layout.scss index 299869f..a4c4738 100644 --- a/ralf/_sass/_layout.scss +++ b/ralf/_sass/_layout.scss @@ -138,6 +138,9 @@ body { /* This centers us in the page, and handles the "too wide" case */ /* Printing */ @media print { + body { + background-color: white; + } body, #-frame, #-content { margin: 0; padding: 0;