:root {
    --md-primary-fg-color:        #FF6D45;
    --md-accent-fg-color: #FF6D45;
    --md-typeset-color: #323D3F;
}

.md-typeset a {
    color: #323D3F;
}
.md-sidebar--primary {
    background-color: #EFEFEF;
}

.md-sidebar--secondary {
    /*Hide the TOC sidebar*/
    /*display: none;*/
}

.md-content {
    background-color: white;
}

.md-nav--secondary * {
    font-size: 14px;
}

a.md-icon {
    /* Hide the repo edit icon/link on each page */
    /*display: none;*/
}

.md-logo img {
    /* width: 100px; */
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
