aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-04-11 00:10:55 -0700
committerChris Rebert <[email protected]>2015-04-11 00:22:45 -0700
commitd8423c0590fe9d2e66cc47dccea2363ff4ea204d (patch)
tree26b58c2c4e7a71dc7c5fc5eec53f42fc1d9f083b
parent6a2d4567197dd1072c5245bb64a4cd88a8b5d97d (diff)
downloadbootstrap-d8423c0590fe9d2e66cc47dccea2363ff4ea204d.tar.xz
bootstrap-d8423c0590fe9d2e66cc47dccea2363ff4ea204d.zip
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.
-rw-r--r--scss/_print.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_print.scss b/scss/_print.scss
index 54f9bffab..08be1f9be 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;
}