Skip to content

Instantly share code, notes, and snippets.

@shozaikun
Forked from fuba/display_mad_users.css
Created September 21, 2010 06:02
Show Gist options
  • Save shozaikun/589275 to your computer and use it in GitHub Desktop.
Save shozaikun/589275 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")
{
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;
}
}
@shozaikun
Copy link
Author

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
url-prefix("http://twitter.com/harsch"),
url-prefix("http://twitter.com/gyuque")
{
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/fuba"),
url-prefix("http://twitter.com/cxx")
{
body * {
color: #fff !important;
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment