made hover red just for visibility
This commit is contained in:
parent
7da1a73f83
commit
97711fe4ae
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue