Update members.css

This commit is contained in:
John O'Nolan 2020-05-31 22:56:05 +07:00 committed by GitHub
parent 3f6e859fc1
commit 5faf0e6996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ form[data-members-form] .message-error {
fill: #fff;
}
.message-error svg {
fill: red;
fill: var(--color-error);
}
form[data-members-form].success .message-success,
@ -98,9 +98,9 @@ form[data-members-form].success .message-success {
background: var(--color-success);
}
form[data-members-form].error .message-error {
color: red;
color: var(--color-error);
background: #fff;
box-shadow: red 0 0 0 1px;
box-shadow: var(--color-error) 0 0 0 1px;
}
form[data-members-form] .gh-button {