/* THEME MKDOCS */
.bg-primary, .bg-secondary {
    background: #122D4B !important;
}

.navbar-brand {
    color: #81B651 !important;
}

.nav-link {
    color: rgba(255,255,255,0.8);
}
