From a0f981ab2c59f712725083ca43af6f3ce05e4804 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 6 Apr 2018 13:09:47 +0200 Subject: [PATCH] CSS: no background color when printing --- ralf/_sass/_layout.scss | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.30.2