/* Add here all your CSS customizations */

a.explore-data-pill {
    color: #fff;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

a.explore-data-pill:hover,
a.explore-data-pill:focus {
    color: #fff;
    background-color: #0b5ed7;
}
