Skip to content

Commit 4c6385d

Browse files
Fix variant background color on hover in search results
1 parent b7c6e8f commit 4c6385d

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

+1-1
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)