This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-spatialbench.git
The following commit(s) were added to refs/heads/main by this push:
new bfa8a8e [DOCS] fixing mobile nav color (#18)
bfa8a8e is described below
commit bfa8a8e451b3f31cdf7325e408a9c191589f529a
Author: Kelly-Ann Dolor <[email protected]>
AuthorDate: Thu Sep 18 23:08:03 2025 -0700
[DOCS] fixing mobile nav color (#18)
---
docs/stylesheets/extra.css | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index a7ad722..72d20b5 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -56,3 +56,14 @@
padding: 0 0.9rem;
font-size: 0.65rem; /* NEW: Adjust font size */
}
+
+/* ==========================================================================
+ Mobile Navigation Styles
+ ==========================================================================
*/
+
+/* This targets the main container of the slide-out navigation on mobile */
+.md-nav--primary .md-nav__title,
+.md-nav__source {
+ background-color: var(--color-red); /* Use your red color */
+ box-shadow: none; /* Optional: removes the shadow */
+}