fix: keep comments and newsletter subscription css separate

This commit is contained in:
Nuno Sempere 2022-11-08 12:37:42 +00:00
parent 8855a73dd8
commit 15e9c9e579

View File

@ -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;
}