Skip to content

Instantly share code, notes, and snippets.

@aviflax
Last active January 15, 2021 16:28
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 aviflax/0e8e1305d73863dae78dff4d3a4d93a0 to your computer and use it in GitHub Desktop.
Save aviflax/0e8e1305d73863dae78dff4d3a4d93a0 to your computer and use it in GitHub Desktop.
Firefox user CSS file to improve Instapaper printing
@media print {
div.read_content_container > main > div#story {
column-count: 2 !important;
font-size: smaller;
}
div.read_content_container > main a[href] {
color: rgb(19, 127, 179) !important;
text-decoration: underline !important;
}
div.read_content_container > main a[href]:after {
content: "" !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment