Password page change text color Debut theme

hello @nathan991

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-password .btn--secondary {
    border-color: #ffffff !important;
}