.breadcrumb {
    transition: .2s all;
    &:hover {
        color: #40a9ff;
    }
}