:root {
    --md-primary-fg-color: #60A5FA;
}
.md-header {
    background-color: black;
}

@media screen and (max-width: 76.2344em) {
    .md-nav--primary .md-nav__title[for=__drawer] {
        background-color: black;
    }
}

.md-typeset .info>.admonition-title, .md-typeset .info>summary {
    background-color: #e0f2ff;
    color: #000000de;
    border: .075rem solid #e0f2ff!important;
}
.md-typeset .admonition, .md-typeset details {
    border: .075rem solid #e0f2ff!important;
}
.md-typeset .info>.admonition-title:before, .md-typeset .info>summary:before {
    background-color: #0288d1;
}
