Add styling to subscription button to make it appaer as it did before

This commit is contained in:
Lawrence Elitzer 2020-08-31 19:24:39 -05:00
parent e622c2b7b3
commit 41096af1c1

View file

@ -44,6 +44,16 @@ label {
margin-left: .3em;
}
form button {
background: #2D3E4F;
color: white;
font-size: 16px;
font-weight: normal;
padding: 16px 24px;
border: none;
border-radius: 6px;
cursor: pointer;
}
/* --- Inputs ------------- */