Fix regression for results colors
This commit is contained in:
parent
57ee5cf5a9
commit
ef410f1b01
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user