Skip to content

Commit 6650d7f

Browse files
authored
Rollup merge of rust-lang#51793 - GuillaumeGomez:search-result-hover, r=QuietMisdreavus
Fix variant background color on hover in search results Fixes rust-lang#51792. <img width="1440" alt="screen shot 2018-06-26 at 00 37 24" src="https://user-images.githubusercontent.com/3050060/41879313-60ecf3be-78d9-11e8-9986-21af529ab758.png"> r? @QuietMisdreavus
2 parents 185fb7b + 4c6385d commit 6650d7f

File tree

1 file changed

+1
-1
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pre {
108108

109109
.content .highlighted {
110110
color: #eee !important;
111-
background-color: #333;
111+
background-color: #616161;
112112
}
113113
.content .highlighted a, .content .highlighted span { color: #eee !important; }
114114
.content .highlighted.trait { background-color: #013191; }

0 commit comments

Comments
 (0)