.md-grid {
  max-width: 90vw;
}

.highlight .hll {
  [data-md-color-scheme="default"] {
    background-color: lavender;
  }
}

.md-typeset table:not([class]) {
  font-size: 0.75rem;
}

.md-typeset a {
  border-bottom: 0.1px dashed black;
}

.md-typeset table:not([class]) {
  font-size: 0.75rem;
}

.md-tabs__link {
  font-size: 0.8rem;
}

.md-tabs__link--active {
  border-bottom: 6px solid white;
}

.md-nav__link--active {
  font-weight: bold;
}

.md-typeset .admonition,
.md-typeset details {
  font-size: 0.7rem;
}

[data-md-color-scheme="slate"] {
  --md-typeset-a-color: rgb(28, 152, 152);
}

.copyMe {
  cursor: pointer;
  border-bottom: 0.1px dashed black;
}

.copyMe::after {
  content: " 📋";
}

p > code,
li > code {
  font-weight: bold;
}
