Skip to content

Commit ef410f1

Browse files
Fix regression for results colors
1 parent 57ee5cf commit ef410f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,9 @@ pre.rust a,
257257
}
258258

259259
.content span.fn, .content a.fn,
260-
.content .fnname {
260+
.content .fnname,
261+
.content span.method, .content a.method,
262+
.content span.tymethod, .content a.tymethod {
261263
color: var(--function-link-color);
262264
}
263265

0 commit comments

Comments
 (0)