/* assets/navbar.css */

.navbar.custom-navbar {
  /* your yellow shade */
  background-color: #f1c40f !important;
}

/* and also override if bg-primary is still present */
.navbar.custom-navbar.bg-primary {
  background-color: #f1c40f !important;
}
