signup button patch; works everywhere on the button instead of just the text.
This commit is contained in:
parent
2b80fcf4ad
commit
5bf105c402
@ -82,7 +82,6 @@ body {
|
||||
width: 90%;
|
||||
border: 1px solid lightgrey;
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
font-size: 1.1rem;
|
||||
background-color: #4af626;
|
||||
font-weight: bold;
|
||||
@ -91,6 +90,9 @@ body {
|
||||
.signup-link {
|
||||
text-decoration: none;
|
||||
color: #111;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.signup-button:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user