thisisnic commented on PR #46640: URL: https://github.com/apache/arrow/pull/46640#issuecomment-2921840580
Thanks for finding this and updating this! Just to double check one option you may or may not have tried; does updating the top of `arrow/r/pkgdown/extra.css` to this work at all? ``` /* Section text in navbar */ .navbar-dark, .navbar[data-bs-theme="dark"] { --bs-navbar-color: #d9d9d9 !important; --bs-navbar-brand-hover-color: #d9d9d9 !important; --bs-navbar-brand-color: #d9d9d9 !important; } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org