.h-button.is-primary.is-rounded{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #70b032;
    /* filter: invert(1); */
}

body.is-dark .h-button.is-primary{
    filter: none;
    -webkit-filter: none;
}

.page-content-wrapper{
    max-width: 1400px;
}

.snack.is-white.is-small .snack-action{
    top: -11px;
}
.snack.is-white.is-small:hover{
    border: 1px solid #797bf2;
}

.profile-wrapper{
    max-width: none;
}

.profile-wrapper .profile-body .settings-section .settings-box{
    margin-top: 0;
    margin-bottom: 16px;
}

.page-title .title-wrap{
    margin-left: 0;
}

body.is-dark .dark-image{
    background: none !important;
}