/* pkgdown/extra.css */

/* Force the navbar to be Admiral Blue (#2c3e50) */
.navbar {
  background-color: #2c3e50 !important;

  /* Force the text variables to be white/light */
  --bs-navbar-color: rgba(255, 255, 255, 0.8) !important;
  --bs-navbar-hover-color: #ffffff !important;
  --bs-navbar-active-color: #ffffff !important;
  --bs-navbar-brand-color: #ffffff !important;
}

/* Ensure the hamburger menu (mobile) uses white lines */
.navbar-toggler {
  border-color: rgba(255,255,255,0.1) !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Force any "muted" text (like the version number) to be light gray in the navbar */
.navbar .text-muted,
.navbar small,
.navbar .version {
  color: #d0d0d0 !important; /* Light gray */
}
