Skip to content

Commit

Permalink
Updated Link CSS to handle visited sites not currently being hovered,…
Browse files Browse the repository at this point in the history
… which were inheriting from body instead of a:link
  • Loading branch information
nelsonni committed Aug 17, 2020
1 parent 83fc2e2 commit d22c4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/full-width-pics.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ a:hover {
}

a:visited {
color: inherit;
color: #547599;
text-decoration: underline;
}

Expand Down

0 comments on commit d22c4c6

Please sign in to comment.