Skip to content

Commit

Permalink
Fix variant background color on hover in search results
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 25, 2018
1 parent b7c6e8f commit 4c6385d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pre {

.content .highlighted {
color: #eee !important;
background-color: #333;
background-color: #616161;
}
.content .highlighted a, .content .highlighted span { color: #eee !important; }
.content .highlighted.trait { background-color: #013191; }
Expand Down

0 comments on commit 4c6385d

Please sign in to comment.