Rollup merge of #100804 - GuillaumeGomez:search-results-color-ayu, r=notriddle
Fix search results color on hover for ayu theme Before:  After:  You can test it [here](https://rustdoc.crud.net/imperio/search-results-color-ayu/foo/index.html?search=item). r? ``@jsha``
This commit is contained in:
commit
682644251d
2 changed files with 55 additions and 3 deletions
|
|
@ -83,12 +83,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