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

@-moz-document domain("bplace.art") {
    button[title='Guild'] {
        .bg-notificationBadge {
            display: none;
        }
    }
}
