Created
July 22, 2016 09:17
-
-
Save vbuaraujo/298e50ec4a6dedefdb005cf66b18d69b to your computer and use it in GitHub Desktop.
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
/* 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