Fix invalid background for jump-to-def links in source code pages

This commit is contained in:
Guillaume Gomez 2021-09-12 16:33:57 +02:00
parent 9ef27bf7dc
commit 6a2f500d87

View File

@ -217,7 +217,7 @@ a {
color: #c5c5c5;
}
body.source .example-wrap pre.rust a {
background: #c5c5c5;
background: #333;
}
.docblock:not(.type-decl) a:not(.srclink):not(.test-arrow),