r-lib / pkgdown

Generate static html documentation for an R package
https://pkgdown.r-lib.org/
Other
718 stars 336 forks source link

Search result font color changed in recent release? #2771

Open dshemetov opened 2 months ago

dshemetov commented 2 months ago

Please see this issue for a screenshot of the issue.

Copying a comment over from that thread:

The color settings look the same to me... epidatr and epiprocess. Could be a pkgdown version difference? epidatr docs were compiled in June, epiprocess docs were compiled in August, so epiprocess is likely using the most recent pkgdown release from July.

I suspect that the issue has to do with our selection of navbar: type: light, which previously chose dark font against white, but now selects white against white. Is this intended? Would appreciate any pointers on adjusting just the search result font.

hadley commented 2 months ago

It would be useful for me if you could inline the screenshot as well as including a link to the rendered site and the _pkgdown.yml.

dshemetov commented 2 months ago

Sure thing, thank you for your help! Here's a screenshot, a link to the docs and a link to the pkgdown.yml. image