13 lines
284 B
CSS
13 lines
284 B
CSS
#email-signup-button {
|
|
background-color: var(--grapefruit-yellow);
|
|
color: var(--group-info-darker);
|
|
}
|
|
|
|
#email-signup-button:hover {
|
|
background-color: var(--grapefruit-yellow-washed-out);
|
|
}
|
|
|
|
#email-signup-button:focus {
|
|
background-color: var(--grapefruit-yellow-washed-out);
|
|
}
|