Skip to content

Commit

Permalink
Fix hover and focus display for search results on ayu theme
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 20, 2022
1 parent 9c20b2a commit 76e5d88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/librustdoc/html/static/css/themes/ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,13 @@ pre, .rustdoc.source .example-wrap {
}

.search-results a:hover {
background-color: #777;
color: #fff !important;
background-color: #3c3c3c;
}

.search-results a:focus {
color: #000 !important;
background-color: #c6afb3;
color: #fff !important;
background-color: #3c3c3c;
}
.search-results a {
color: #0096cf;
Expand Down

0 comments on commit 76e5d88

Please sign in to comment.