#bw-auth-app {
    /* Patreon-specific icon color in the header */
    .oauth-header .fa-patreon {
        color: #ff424d;
    }

    /* Patreon button style */
    .patreon-button {
        background: #ff424d;
    }

    .patreon-button:hover:not(:disabled) {
        background: #e63946;
    }

    .oauth-instructions {
        line-height: 1.5;
    }
}

