2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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.
This commit is contained in:
Chris Rebert
2015-04-11 00:10:55 -07:00
parent 6a2d456719
commit d8423c0590
-2
View 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;
}