How to change product breadcrumbs text color on hover

To change product breadcrumbs text color on hover, like this.

You can use this code to Custom CSS.

a.product-nav-breadcrumb-link:hover {
    color: #f1f;
}