Skip to content

Commit 69baa97

Browse files
GuillaumeGomezcuviper
authored andcommitted
Fix regression for results colors
(cherry picked from commit ef410f1)
1 parent 2182446 commit 69baa97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@ pre.rust a,
262262
}
263263

264264
.content span.fn, .content a.fn,
265-
.content .fnname {
265+
.content .fnname,
266+
.content span.method, .content a.method,
267+
.content span.tymethod, .content a.tymethod {
266268
color: var(--function-link-color);
267269
}
268270

0 commit comments

Comments
 (0)