/* Header background overrides for IBW-2023 */
/* Ensure nav background matches Rails version */
html.dark nav.sticky.top-0.inset-x-0 {
  background-color: rgb(0, 0, 0) !important;
}

html:not(.dark) nav.sticky.top-0.inset-x-0 {
  background-color: rgb(255, 255, 255) !important;
}
