Last active
January 15, 2021 16:28
-
-
Save aviflax/0e8e1305d73863dae78dff4d3a4d93a0 to your computer and use it in GitHub Desktop.
Firefox user CSS file to improve Instapaper printing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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