/* Force the main documentation area (not just .md-main) to be dark gray everywhere */
body,
.md-main,
.md-main__inner,
.md-content,
.md-content__inner,
.md-typeset {
    background-color: #212121 !important;
}

/* Also override possible dark theme body */
[data-md-color-scheme="slate"] {
    background-color: #212121 !important;
}

/* Match table background and text color to the page background */
.md-typeset table,
.md-typeset th,
.md-typeset td {
    background-color: #212121 !important;
    color: #fff !important;
    border-color: #444 !important;
}

.md-typeset tr:nth-child(even) td {
    background-color: #282828 !important;
}
