Skip to content

Instantly share code, notes, and snippets.

@vbuaraujo
Created September 11, 2015 16:17
Show Gist options
  • Save vbuaraujo/0a1320128fe5c9d5d252 to your computer and use it in GitHub Desktop.
Save vbuaraujo/0a1320128fe5c9d5d252 to your computer and use it in GitHub Desktop.
User style for fixed font, white text and black background.
@-moz-document url-prefix(http://), url-prefix(https://),
url-prefix(about:sessionrestore), url-prefix(about:newtab) {
* {
color: white !important;
background: black !important;
font-family: Fixed, monospace !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