Skip to content

Commit 31e2e91

Browse files
Fix color for links in item-info
1 parent bb5a016 commit 31e2e91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/css/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,10 @@ so that we can apply CSS-filters to change the arrow color in themes */
10691069
font-weight: normal;
10701070
}
10711071

1072+
.stab a {
1073+
color: inherit;
1074+
}
1075+
10721076
.stab .emoji {
10731077
font-size: 1.25rem;
10741078
margin-right: 0.3rem;

0 commit comments

Comments
 (0)