﻿/* DocLink-specific styles */

:root {
    --bs-primary: #0193D7;
    --bs-primary-rgb: 1, 147, 215;
    --bs-secondary: #75C044;
}

.navbar.bg-body-tertiary {
    background-color: var(--bs-primary) !important;

    .nav-item:has(.nav-link.active) {
        border-bottom-color: white;
    }

    .nav-link {
        color: white;
    }
}

#about .modal-header {
    background-color: var(--bs-primary);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

    .btn-close {
        filter: invert(1);
        opacity: 1;
    }
}

/* Content removal */
#dvMLSectionTitle,
#sidebar-ml-models,
#history-links {
    display: none;
}