/* Custom CSS for SPINS Photonics blue theme (pydata-sphinx-theme) */

:root {
    --pst-color-primary: #1E88E5;
    --pst-color-primary-highlight: #42A5F5;
}

.bd-sidebar .current a {
    border-bottom-color: #1E88E5 !important;
}

.bd-sidebar .active > a {
    border-bottom-color: #1E88E5 !important;
}

.bd-sidebar .active > .nav-link,
.bd-sidebar .active > a {
    border-left-color: #1E88E5 !important;
}

a {
    color: #1976D2;
}

a:hover {
    color: #1565C0;
}
