Fix hover and focus display for search results on ayu theme
This commit is contained in:
parent
9c20b2a8cc
commit
76e5d8835c
1 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue