mirror of https://github.com/twbs/bootstrap.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.
This commit is contained in:
parent
6a2d456719
commit
d8423c0590
|
@ -9,9 +9,7 @@
|
||||||
*,
|
*,
|
||||||
*:before,
|
*:before,
|
||||||
*:after {
|
*:after {
|
||||||
color: #000 !important; // Black prints faster: h5bp.com/s
|
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
background: transparent !important;
|
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue