Skip to content

Commit 270d09d

Browse files
Fix font size for [src] links in headers
1 parent 181e915 commit 270d09d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,8 +1080,11 @@ body.blur > :not(#help) {
10801080

10811081
.impl-items .srclink, .impl .srclink, .methods .srclink {
10821082
/* Override header settings otherwise it's too bold */
1083-
font-size: 1.0625rem;
10841083
font-weight: normal;
1084+
font-size: 1rem;
1085+
}
1086+
.impl .srclink {
1087+
font-size: 1.0625rem;
10851088
}
10861089

10871090
.rightside {

0 commit comments

Comments
 (0)