Skip to content

Instantly share code, notes, and snippets.

@MacDada
Created July 27, 2016 16:09
Show Gist options
  • Save MacDada/f4c3072a549958c16dd532a6e942124d to your computer and use it in GitHub Desktop.
Save MacDada/f4c3072a549958c16dd532a6e942124d to your computer and use it in GitHub Desktop.
Stylish for visited links on steemit.com
.PostSummary__header > h1 > a:visited, /* articles feed */
article[itemtype="http://schema.org/blogPost"] a:visited, /* article content */
.entry-content a:visited { /* comments */
color: #76B; /* kinda violet, feel free to change it */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment