@charset "UTF-8";

html {
    color-scheme: light dark;
}

[data-md-color-scheme="slate"] {
    --md-default-bg-color: #000000;

    .md-header {
        background-color: #000000;
    }

    header {
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-bottom-color: #1e1e1e;
    }
}

font.unknown *,
font.unknown {
    color: #B00020;
}

.md-typeset__table {
    overflow-x: auto;
    overflow-y: auto;
}

.md-typeset table:not([class]) {
    display: table;
}

table tbody tr:nth-child(odd) {
    background-color: light-dark(#EBEBEB, #14171F);
}
