Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
simonduq committed Nov 1, 2017
1 parent a7d503c commit 37888f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Expand Up @@ -38,17 +38,17 @@ h1 {
color: #666;
}

.a2:link {
a:link {
color: black;
text-decoration:none;
}

.a2:visited {
a:visited {
color: black;
text-decoration:none;
}

.a2:hover {
a:hover {
color:#bc8929;
text-decoration:none;
}
Expand Down

0 comments on commit 37888f2

Please sign in to comment.