Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
add :visited style to keep links consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Montgomery committed Nov 26, 2011
1 parent 8dac256 commit b0a6ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Expand Up @@ -23,7 +23,7 @@ blockquote {
font-style: italic;
}

a {
a, a:visited {
color: #4b73a6;
-webkit-transition: color .15s linear;
-moz-transition: color .15s linear;
Expand Down

0 comments on commit b0a6ae0

Please sign in to comment.