Skip to content

Instantly share code, notes, and snippets.

@ssig33
Forked from fuba/display_mad_users.css
Created September 21, 2010 06:00
Show Gist options
  • Save ssig33/589274 to your computer and use it in GitHub Desktop.
Save ssig33/589274 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
url-prefix("http://twitter.com/harsch"),
url-prefix("http://twitter.com/gyuque"),
url-prefix("http://twitter.com/yawarakai")
{
body * {color: black !important;}
a {color: #00F !important;}
}
@-moz-document
url-prefix("http://twitter.com/hinatter"),
url-prefix("http://twitter.com/ucnv")
{
body * {
color: #000 !important;
opacity: 1 !important;
}
}
@-moz-document
url-prefix("http://twitter.com/negipo")
{
body { background: #1A1B1F !important;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment