Skip to content

Instantly share code, notes, and snippets.

@yrgoldteeth
Created September 3, 2011 05:58
Show Gist options
  • Select an option

  • Save yrgoldteeth/1190687 to your computer and use it in GitHub Desktop.

Select an option

Save yrgoldteeth/1190687 to your computer and use it in GitHub Desktop.
My userstyle for the instapaper site.
body {
background: #000000 !important;
color: #f4f4f4 !important;
font-family: helvetica, sans-serif !important;
}
a:link {
color: #61BFC1 !important;
font-weight: normal !important;
text-decoration:none !important;
}
a:visited {
color: #466B6C !important
}
a:hover {
text-decoration: underline !important
}
.tableViewCell {
background-color: #333 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment