Fix regression for results colors

This commit is contained in:
Guillaume Gomez 2022-09-27 20:22:46 +02:00
parent 57ee5cf5a9
commit ef410f1b01

View File

@ -257,7 +257,9 @@ pre.rust a,
}
.content span.fn, .content a.fn,
.content .fnname {
.content .fnname,
.content span.method, .content a.method,
.content span.tymethod, .content a.tymethod {
color: var(--function-link-color);
}