Rollup merge of #102369 - GuillaumeGomez:results-colors, r=notriddle
Fix search result colors
Fixes regression introduced in 99c00714cf.
As you can see, ayu lost some colors for its search results:
beta/nightly:

stable:

We'll need to backport it to beta too to prevent it reaching stable.
r? `@notriddle`
This commit is contained in:
commit
f28ac30527
3 changed files with 155 additions and 5 deletions
|
|
@ -255,7 +255,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…
Add table
Add a link
Reference in a new issue