]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/css/themes/ayu.css
Rollup merge of #100984 - ChrisDenton:reinstate-init, r=Mark-Simulacrum
[rust.git] / src / librustdoc / html / static / css / themes / ayu.css
index 1efa67a44b5a0b394d7eb673c4c7d8d6a43cadd1..e301a793282eb56b9ff73a8c227be000bb976db8 100644 (file)
@@ -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;