aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-04-13 10:34:30 -0700
committerChris Rebert <[email protected]>2015-04-13 10:34:30 -0700
commit2057124cf27a7aa02b03a0acb6d6a95a7aefd768 (patch)
tree136f0b2219da90f503438ec3e693e5b1421c5a00
parentd4a28829388d6f77cf20cd58b0ef498b1f5e0a53 (diff)
parentd8423c0590fe9d2e66cc47dccea2363ff4ea204d (diff)
downloadbootstrap-2057124cf27a7aa02b03a0acb6d6a95a7aefd768.tar.xz
bootstrap-2057124cf27a7aa02b03a0acb6d6a95a7aefd768.zip
Merge pull request #105 from twbs/beautiful-colors
Print with all the colors of the wind
-rw-r--r--scss/_print.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_print.scss b/scss/_print.scss
index 44aeead49..4bbece544 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;
}