Fix invalid background for jump-to-def links in source code pages
This commit is contained in:
parent
9ef27bf7dc
commit
6a2f500d87
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user