signup button patch; works everywhere on the button instead of just the text.

This commit is contained in:
sweatshirt0 2023-02-20 19:21:31 -05:00
parent 2b80fcf4ad
commit 5bf105c402

View File

@ -82,7 +82,6 @@ body {
width: 90%; width: 90%;
border: 1px solid lightgrey; border: 1px solid lightgrey;
border-radius: 5px; border-radius: 5px;
padding: 15px;
font-size: 1.1rem; font-size: 1.1rem;
background-color: #4af626; background-color: #4af626;
font-weight: bold; font-weight: bold;
@ -91,6 +90,9 @@ body {
.signup-link { .signup-link {
text-decoration: none; text-decoration: none;
color: #111; color: #111;
width: 100%;
height: 100%;
padding: 15px;
} }
.signup-button:hover { .signup-button:hover {