
@media screen and (max-width: 76.234375em) {
  .md-nav--primary .md-nav__title[for=__drawer] {
    background-color: #000000;
  }
}

/* Second bar from the top with the tabs (grey background */
.md-tabs {
  background-color: #808080;
}

/* Selected tab is a little bit lighter (as if the light shines on it) */
.md-tabs__item--active {
    background-color: #505050;
}

/* Reference documentation tab has different color (as if the light shines on it) */
.md-tabs__item--reference {
    background-color: var(--openobd-reference-header-color--light);
}
.md-tabs__item--reference-active {
    background-color: var(--openobd-reference-header-color);
}


/* @media screen and (min-width: 76.25em) { */

