Cart page - background/font color of 'Quantity" button

Hello @Nonoactivewear ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid paste bellow code in bottom of file
.ajaxcart__qty input[type=text], .js-qty input[type=text] {
    background: #000;
}

Thanks