Skip to content

Commit b09084c

Browse files
Fix search result description text color for ayu theme
1 parent 1f0db5e commit b09084c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pre, .rustdoc.source .example-wrap {
161161
.search-results a {
162162
color: #0096cf;
163163
}
164-
.search-results a span.desc {
164+
.search-results a div.desc {
165165
color: #c5c5c5;
166166
}
167167

0 commit comments

Comments
 (0)