This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 405df60b74c [Website][R] Sync R extra.css from monorepo (#659)
405df60b74c is described below
commit 405df60b74cb6b65b3ce1b3d3b8137a309f93c2b
Author: Bryce Mecum <[email protected]>
AuthorDate: Mon Jun 2 18:16:38 2025 -0700
[Website][R] Sync R extra.css from monorepo (#659)
This duplicates a recent fix
https://github.com/apache/arrow/commit/d86682c22056837d89eb379493918b3f4cc2b400
so the website is fixed before we do the next release. Previous versions
of the docs aren't affected so we only need to patch the stable docs.
---
docs/r/extra.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/r/extra.css b/docs/r/extra.css
index 87920d64f1f..b5aab24f0d8 100644
--- a/docs/r/extra.css
+++ b/docs/r/extra.css
@@ -1,6 +1,8 @@
/* Section text in navbar */
.navbar-dark, .navbar[data-bs-theme="dark"] {
--bs-navbar-color: #d9d9d9;
+ --bs-navbar-brand-hover-color: #d9d9d9 !important;
+ --bs-navbar-brand-color: #d9d9d9 !important;
}
/* Version number in navbar */