Code to change shopping cart number

I would like to change shopping cart circle to white so the black number is visble, any help would be very appreciated

Store ( Blissbloom.shop )

Hi @blissbloomaesthetic

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottow of the file:
.cart-count-bubble span {
    color: #fff !important;
}

This also didnt work and i would like colors inverted the other way

@blissbloomaesthetic

Done dear please check.