.breadcrumb {
    background: transparent;
    font-size: 1em;
    font-weight: bold;
    li:before {
        background: transparent !important;
    }
    li.active:before {
        content: '>';
        color: @black;
    }
}
.breadcrumb.light {
    a, li.active:before {
        color: @white;
    }
}
.breadcrumb.dark {
    a, li.active:before {
        color: @black;
    }
}