mirror of
https://github.com/safing/web
synced 2025-04-12 06:59:10 +00:00
Remove outline when focusing newsletter
This commit is contained in:
parent
5844b7cb1c
commit
bc132004e2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<span class="text-white text-xl font-bold">Stay Connected</span>
|
||||
<form action="https://t80607841.emailsys1a.net/184/1387/c70759e794/subscribe/form.html" method="post">
|
||||
<div class="block lg:flex items-center py-5">
|
||||
<input style="background-color: #302e37;" type="email" name="email" class="appearance-none rounded-full w-full max-w-md px-6 py-2 text-white" required placeholder="Monthly Newsletter">
|
||||
<input style="background-color: #302e37;" type="email" name="email" class="appearance-none rounded-full w-full max-w-md px-6 py-2 text-white focus:outline-none" required placeholder="Monthly Newsletter">
|
||||
<div class="pt-5 lg:pt-0 lg:pl-5 ">
|
||||
<input type="submit" value="Subscribe" style="background-color: #6188ff;" class="transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue