diff --git a/pub/style/style.css b/pub/style/style.css index e04a613..c371899 100755 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -266,7 +266,7 @@ th { /* Newsletter stuff */ -input.button { +.subscribe-button { background: #0055d4; padding: 15px 30px; border-radius: 3px; @@ -280,7 +280,7 @@ input.button { text-align: center; } -input[type="text"], input[type="email"], select { +.subscribe-input { padding: 10px 15px; border: 1px solid #888; border-radius: 3px; @@ -296,3 +296,4 @@ input:focus { input:focus::placeholder { color: transparent; } +