:root {
    --md-primary-fg-color: #001529;
}

.md-sidebar__scrollwrap:focus-within,.md-sidebar__scrollwrap:hover {
    scrollbar-color: #1b6cfd #0000;
}

.md-search-result mark {
    color: #1b6cfd
}

.md-grid {
    max-width: 3840px; 
}

.md-footer-meta {
    background-color: #001529;
}

