Skip to content

Instantly share code, notes, and snippets.

@Domon
Created June 4, 2013 05:23
Show Gist options
  • Save Domon/5703775 to your computer and use it in GitHub Desktop.
Save Domon/5703775 to your computer and use it in GitHub Desktop.
Some plurks are censored on Plurk.
body.timeline #timeline_holder .plurk.censored .text_holder .nori {
color: black;
background: black;
&:after {
color: red;
content: "CENSORED";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment