From 37ca877bb440b4dc5c4c91fc03c8e95dd3e0307f Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Sat, 25 Mar 2023 08:57:48 -0400 Subject: [PATCH] Small email tweaks --- src/layouts/partials/footer-content.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/layouts/partials/footer-content.html b/src/layouts/partials/footer-content.html index 4fb67f5..ca06c79 100644 --- a/src/layouts/partials/footer-content.html +++ b/src/layouts/partials/footer-content.html @@ -50,14 +50,26 @@ #email_52020276{ background-color: #1a1a1a !important; border: none !important; + color: #fff !important; + font-family: "inter", sans-serif !important; } #email_52020276:focus{ box-shadow: none !important; } + #email_52020276::placeholder{ + color: #949494 !important; + } + + #email_52020276::selection{ + background-color: #00ffd0 !important; + color: #1a1a1a !important; + } + .go3894874857{ width: 80px; + font-family: "inter", sans-serif !important; }