commit 15e9c9e579b7e9a9145b1ca9618750f115b7cbe2
parent 8855a73dd8e623fe4845a83e71498c9e9a05e8a1
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date: Tue, 8 Nov 2022 12:37:42 +0000
fix: keep comments and newsletter subscription css separate
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git 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;
}
+