@import "../../app/variables";
.breadcrumb {
    background-color: $text-dark;
    .breadcrumb-item {
        a:not(.active) {
            color: $pure-white;
            cursor: pointer;

            &:hover {
                color: $primary-coral;
            }
        }
    }
    .active {
        color: $primary-amber !important;
        cursor: pointer;

    }
}