Skip to content

Instantly share code, notes, and snippets.

@vbuaraujo
Created July 22, 2016 09:17
Show Gist options
  • Save vbuaraujo/298e50ec4a6dedefdb005cf66b18d69b to your computer and use it in GitHub Desktop.
Save vbuaraujo/298e50ec4a6dedefdb005cf66b18d69b to your computer and use it in GitHub Desktop.
/* AGENT_SHEET */
@-moz-document url-prefix(http://), url-prefix(https://), url-prefix(file://),
url-prefix(about:sessionrestore), url-prefix(about:newtab)
{
* {
color: white !important;
background: black !important;
font-family: Fixed !important;
font-size: 18px !important; /* force everything to use the same size */
letter-spacing: 0px !important;
}
body {
font-size: 18px !important;
}
a:link { color: #A0A0FF !important; }
a:link * { color: inherit !important; }
a:visited { color: #00DD00 !important; }
a:visited * { color: #00DD00 !important; }
tt, code, pre {
font-family: monospace !important;
font-size: 0.8em !important;
}
/*img {
background: white !important;
}*/
}
@-moz-document url-prefix(https://www.youtube.com/) {
div { background: transparent !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment