﻿/* Ancora-specific styles */

:root {
    --bs-primary: #28a8f1;
    --bs-primary-rgb: 40, 168, 241;
}

.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;
}