.h-button.is-purple {
    background-color: #671cc9 !important;
    border-color: transparent !important;
    color: #fff !important;
}

body.is-dark .h-button.is-purple {
    border-color: #797bf2 !important;
    background: #797bf2 !important;
    color: #fff !important;
}