diff options
| author | Chris Rebert <[email protected]> | 2015-04-11 00:10:55 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-11 00:22:45 -0700 |
| commit | d8423c0590fe9d2e66cc47dccea2363ff4ea204d (patch) | |
| tree | 26b58c2c4e7a71dc7c5fc5eec53f42fc1d9f083b | |
| parent | 6a2d4567197dd1072c5245bb64a4cd88a8b5d97d (diff) | |
| download | bootstrap-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.scss | 2 |
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; } |
