/* The wordmark is flat black, per the house style shared with OpenSpliceAI,
   Splam and LiftOn. Material's header is a solid primary colour and its dark
   scheme is near-black, so a black logo disappears in both. Swap in the white
   twin for the header, and for dark mode everywhere. */
.md-header__button.md-logo img {
  filter: invert(1) brightness(2);
}

[data-md-color-scheme="slate"] .md-header__button.md-logo img {
  filter: invert(1) brightness(2);
}
