0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01: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

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;
}