Skip to content

Commit e4067a3

Browse files
Fix more search results CSS rules
1 parent 61c47ba commit e4067a3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/librustdoc/html/static/themes/ayu.css

+2-2
Original file line numberDiff line numberDiff 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

src/librustdoc/html/static/themes/dark.css

+2-2
Original file line numberDiff line numberDiff 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

src/librustdoc/html/static/themes/light.css

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)