.cart-count-bubble {
    background-color: rgb(0 0 0);
    color: rgb(255 255 255);
}

#cart-icon-bubble:hover .cart-count-bubble {
    background-color: rgb(var(--color-link));
}