.breadcrumb {
    color: var(--text-muted);
    
    a {
        text-decoration: 1px solid underline var(--text-muted);

        &:hover {
            text-decoration: none;
        }
    }

    .breadcrumb-item {
        &:before {
            color: var(--text-muted) !important;
        }
    }

    .breadcrumb-item.active {
        color: white;
    }
}