]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Print with all the colors of the wind
authorChris Rebert <code@rebertia.com>
Sat, 11 Apr 2015 07:10:55 +0000 (00:10 -0700)
committerChris Rebert <code@rebertia.com>
Sat, 11 Apr 2015 07:22:45 +0000 (00:22 -0700)
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

index 54f9bffab8e5172ebcf9f64c4f9231c25b2a0d2e..08be1f9be7926b276922e081a44c47e520f23b53 100644 (file)
@@ -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;
   }