From d8423c0590fe9d2e66cc47dccea2363ff4ea204d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 11 Apr 2015 00:10:55 -0700 Subject: [PATCH] Print with all the colors of the wind Forcing black-and-white text & backgrounds is too harsh. Printing speed isn't everything. Users or authors can easily enable grayscale themselves if need be. --- scss/_print.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/_print.scss b/scss/_print.scss index 54f9bffab8..08be1f9be7 100644 --- a/scss/_print.scss +++ b/scss/_print.scss @@ -9,9 +9,7 @@ *, *:before, *:after { - color: #000 !important; // Black prints faster: h5bp.com/s text-shadow: none !important; - background: transparent !important; box-shadow: none !important; }