Skip to content

Commit

Permalink
Fix selected item background style
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 16, 2016
1 parent 1a26d23 commit b261302
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/librustdoc/html/static/rustdoc.css
Expand Up @@ -640,6 +640,10 @@ span.since {
margin-right: 5px;
}

:target > code {
background: #FDFFD3;
}

/* Media Queries */

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

0 comments on commit b261302

Please sign in to comment.