Merge pull request #313 from teaxyz/email-form-tweaks

This commit is contained in:
Thomas Smith 2023-03-25 09:19:06 -04:00 committed by GitHub
commit de20d79d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
</style>