Skip to content

Instantly share code, notes, and snippets.

@jackilyn
Created November 27, 2012 17:42
Show Gist options
  • Save jackilyn/4155798 to your computer and use it in GitHub Desktop.
Save jackilyn/4155798 to your computer and use it in GitHub Desktop.
Print CSS
@media print {
header {
background: none;
color: #000;
}
header img {
filter: url(inverse.svg#negative);
-webkit-filter: invert(100%);
filter: invert(100%);
}
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment