This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/librustdoc/html/static/themes Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -565,10 +565,10 @@ kbd {
565565 background-color : rgba (70 , 70 , 70 , 0.33 );
566566}
567567
568- .search-results td span .alias {
568+ .search-results . result-name span .alias {
569569 color : # c5c5c5 ;
570570}
571- .search-results td span .grey {
571+ .search-results . result-name span .grey {
572572 color : # 999 ;
573573}
574574
Original file line number Diff line number Diff line change @@ -444,10 +444,10 @@ kbd {
444444 background-color : # 606060 ;
445445}
446446
447- .search-results td span .alias {
447+ .search-results . result-name span .alias {
448448 color : # fff ;
449449}
450- .search-results td span .grey {
450+ .search-results . result-name span .grey {
451451 color : # ccc ;
452452}
453453
Original file line number Diff line number Diff line change @@ -435,10 +435,10 @@ kbd {
435435 background-color : # f9f9f9 ;
436436}
437437
438- .search-results td span .alias {
438+ .search-results . result-name span .alias {
439439 color : # 000 ;
440440}
441- .search-results td span .grey {
441+ .search-results . result-name span .grey {
442442 color : # 999 ;
443443}
444444
You can’t perform that action at this time.
0 commit comments