/* ==UserStyle==
@name           sentry.uuid.rocks
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
/* https://github.com/openstyles/stylus/wiki/Writing-UserCSS */
@-moz-document domain("sentry.uuid.rocks") {
    body {
        background: rgb(26, 20, 31);
        background-color: rgb(26, 20, 31);
    }

    .loading.triangle .loading-indicator {
        background: rgb(26, 20, 31);
    }
    
    .loading .loading-message {
        background: rgb(26, 20, 31);
    }
}