Skip to content

Commit

Permalink
minor link styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn committed Jan 21, 2015
1 parent 6996583 commit e9932b5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions site/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,24 @@ ul {

a {
color: #cccccc;
text-decoration: none;
}

a:hover {
.infobox a {
color: #999999;
}

a:visited {
color: #444444;
a:hover {
color: #aaaaaa;
text-decoration: underline;
}

.infobox a {
color: #666666;
infobox a:hover {
color: #aaaaaa;
}

a:visited {
color: #444444;
}

@media (max-width: 768px) {
Expand Down

0 comments on commit e9932b5

Please sign in to comment.