made hover red just for visibility

This commit is contained in:
Robert McGovern 2022-10-19 19:48:20 +01:00
parent 7da1a73f83
commit 97711fe4ae
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ main {
} }
.email-form__button-submit:has(:hover, :focus) { .email-form__button-submit:has(:hover, :focus) {
background: var(--gradient-pink-hover); background: red;
} }
.email-form__error-message { .email-form__error-message {