Fix hover and focus display for search results on ayu theme

This commit is contained in:
Guillaume Gomez 2022-08-20 15:13:34 +02:00
parent 9c20b2a8cc
commit 76e5d8835c

View file

@ -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;