[data-md-color-scheme="slate"] {
  --md-default-bg-color: #000000;
  background-color: #000000 !important;
}

.md-header__button.md-logo img {
  height: 32px; /* adjust this value */
  width: auto; /* keep aspect ratio */
}

/* Hide "Made with Material for MkDocs" footer */
.md-footer__link--next,
.md-footer__link--prev,
.md-footer__title,
.md-footer__button,
.md-footer__inner > .md-footer__highlight {
  display: none !important;
}

.md-footer-meta {
  display: none !important;
}
