/* extra.css */

/* Keep your table fix */
.md-typeset table:not([class]) th {
  min-width: 1rem;
}

[data-md-color-scheme="slate"][data-md-color-primary="black"] {
  --md-typeset-a-color: #FFBF00; /* or any other hex value */
}