Skip to content

Instantly share code, notes, and snippets.

@vbuaraujo
Created August 28, 2015 04:08
Show Gist options
  • Save vbuaraujo/5de03fad7c9c6e847ff3 to your computer and use it in GitHub Desktop.
Save vbuaraujo/5de03fad7c9c6e847ff3 to your computer and use it in GitHub Desktop.
@-moz-document url-prefix(http://), url-prefix(https://) {
* {
color: white !important;
background: black !important;
font-family: Fixed !important;
}
body {
font-size: 18px !important;
}
a { color: #A0A0FF !important; }
a * { color: inherit !important; }
a:visited { color: #00DD00 !important; }
tt, code, pre {
font-family: monospace !important;
font-size: 0.8em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment