From 15e9c9e579b7e9a9145b1ca9618750f115b7cbe2 Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Tue, 8 Nov 2022 12:37:42 +0000 Subject: [PATCH] fix: keep comments and newsletter subscription css separate --- pub/style/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; } +