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