We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c20b2a commit 76e5d88Copy full SHA for 76e5d88
src/librustdoc/html/static/css/themes/ayu.css
@@ -89,12 +89,13 @@ pre, .rustdoc.source .example-wrap {
89
}
90
91
.search-results a:hover {
92
- background-color: #777;
+ color: #fff !important;
93
+ background-color: #3c3c3c;
94
95
96
.search-results a:focus {
- color: #000 !important;
97
- background-color: #c6afb3;
98
99
100
.search-results a {
101
color: #0096cf;
0 commit comments