Skip to content

Instantly share code, notes, and snippets.

@markcoleman
Created March 29, 2013 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markcoleman/5271369 to your computer and use it in GitHub Desktop.
Save markcoleman/5271369 to your computer and use it in GitHub Desktop.
Why all your text in BootStrap is black when printing?
@media print {
* {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment