Skip to content

Instantly share code, notes, and snippets.

@dirkd
Created September 4, 2016 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirkd/d4673d4262ceec8d2c900e4f2d8a114f to your computer and use it in GitHub Desktop.
Save dirkd/d4673d4262ceec8d2c900e4f2d8a114f to your computer and use it in GitHub Desktop.
Stylish user css to change feedly's article selector to a more visible color
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("feedly.com") {
.fx .entry.u0.selected, .fx .entry.u100.selected {
border: 1px solid #2bb24c;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment