Skip to content

Commit

Permalink
Style all docblock links properly
Browse files Browse the repository at this point in the history
Fixes #22493
  • Loading branch information
nagisa committed Feb 18, 2015
1 parent dfc5c0f commit 204e2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustdoc/html/static/main.css
Expand Up @@ -374,8 +374,8 @@ a {
color: #000;
background: transparent;
}
p a { color: #4e8bca; }
p a:hover { text-decoration: underline; }
.docblock a { color: #4e8bca; }
.docblock a:hover { text-decoration: underline; }

.content span.trait, .content a.trait, .block a.current.trait { color: #ed9603; }
.content span.mod, .content a.mod, block a.current.mod { color: #4d76ae; }
Expand Down

0 comments on commit 204e2bd

Please sign in to comment.