.navBarAnchorClass svg {
    fill: var(--bs-primary) !important;
}
.navBarAnchorClass:hover svg{
    fill: rgba(var(--bs-link-color-rgb)) !important;
}
.navBarActiveAnchorClass svg {
    fill: white;
}