Commits


Etienne Bacher authored and GitHub committed 14027c34d4d
GH-40591: [R] Add extra CSS for navbar on pkgdown website (#40610) ### Rationale for this change This PR fixes https://github.com/apache/arrow/issues/40591. It adds some CSS rules for better readibility of text in the navbar on the `pkgdown` website. ### What changes are included in this PR? Three new CSS rules, one for each change in the navbar: * put the section text (e.g "Get started") in light gray. I chose light gray and not white because white is used when we hover the text; * put the version number in light gray * put the "Search for" placeholder in light gray ### Are these changes tested? Not applicable ### Are there any user-facing changes? Only visual changes on the website: * before:  * after:  * GitHub Issue: #40591 Authored-by: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> Signed-off-by: Bryce Mecum <petridish@gmail.com>