Skip to content

Commit 6a2f500

Browse files
Fix invalid background for jump-to-def links in source code pages
1 parent 9ef27bf commit 6a2f500

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
@@ -217,7 +217,7 @@ a {
217217
color: #c5c5c5;
218218
}
219219
body.source .example-wrap pre.rust a {
220-
background: #c5c5c5;
220+
background: #333;
221221
}
222222

223223
.docblock:not(.type-decl) a:not(.srclink):not(.test-arrow),

0 commit comments

Comments
 (0)