Skip to content

Instantly share code, notes, and snippets.

@anekos
Created August 23, 2011 09:41
Show Gist options
  • Save anekos/1164750 to your computer and use it in GitHub Desktop.
Save anekos/1164750 to your computer and use it in GitHub Desktop.
togetter のテキストのデコレーションを抹殺
style -name togetter http://togetter.com/li/* <<EOM
.tweet > span {
color: black !important;
font-weight: normal !important;
font-size: 100% !important
}
EOM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment