Skip to content

Instantly share code, notes, and snippets.

@tarky
Created August 25, 2015 07:34
Embed
What would you like to do?
style for free blogs
a.afilink{
font-weight: bold;
font-size: 150%;
color: #0000ff !important;
text-decoration: underline;
}
a.afilink:visited { color: #000080 !important; }
a.afilink:hover { color: #ff0000 !important; }
a.afilink:active { color: #ff8000 !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment