From: Chris Rebert Date: Sat, 11 Apr 2015 07:10:55 +0000 (-0700) Subject: Print with all the colors of the wind X-Git-Tag: v4.0.0-alpha~317^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8423c0590fe9d2e66cc47dccea2363ff4ea204d;p=thirdparty%2Fbootstrap.git 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. --- 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; }