/* ==UserStyle==
@name           Bplace no buy chromas button
@namespace      bplace.daavko.moe
@version        1.0.1
@description    Removes the "Buy Chromas to keep painting" button
@author         daavko
@license        WTFPL
@updateURL      https://bplace.daavko.moe/userstyles/bplace-no-buy-chromas-btn.user.css
==/UserStyle== */

@-moz-document domain("bplace.art") {
    #root > .w-screen.h-screen > .animate-slide-in-up > div:has(> img[alt='Chromas']) {
        display: none;
    }
}
