Skip to content

Instantly share code, notes, and snippets.

@joshuashaffer
Created March 9, 2017 22:19
Show Gist options
  • Save joshuashaffer/313ce548ce6cca53de6ae33725ac3117 to your computer and use it in GitHub Desktop.
Save joshuashaffer/313ce548ce6cca53de6ae33725ac3117 to your computer and use it in GitHub Desktop.
stylebot css to change the color of [dead] and [flagged] on hackernews.
span.cdd {
color: #ff0000;
}
span.c88 {
color: #001aff;
}
span.cae p {
color: #7d107d;
}
span.cae {
color: #702170;
}
span.cce {
color: #c710c7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment