:root {
    --md-primary-fg-color: #2e2e2e;
}

@media screen {
    [data-md-color-scheme="slate"] {
        --md-typeset-a-color: #526cfe;
    }
}