Skip to content

Instantly share code, notes, and snippets.

View dirkd's full-sized avatar
🐕

Dirk D dirkd

🐕
View GitHub Profile
@dirkd
dirkd / feedly-change-article-selector-color.user.css
Created September 4, 2016 12:56
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;
}
}