Created
July 27, 2016 16:09
-
-
Save MacDada/f4c3072a549958c16dd532a6e942124d to your computer and use it in GitHub Desktop.
Stylish for visited links on steemit.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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