/* ==UserStyle==
@name           Bplace no chromas badge
@namespace      bplace.daavko.moe
@version        1.0.0
@description    Removes the + badge from the chromas icon
@author         daavko
@license        WTFPL
@updateURL      https://bplace.daavko.moe/userstyles/bplace-no-chromas-badge.user.css
==/UserStyle== */

@-moz-document domain("bplace.art") {
    img[src*='assets/chromas-icon'] + img.absolute.-bottom-\[3px\].-right-\[3px\] {
        display: none;
    }
}
