fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
591 stars 744 forks source link

Added styling information for input fields of type email #52

Closed holgerdell closed 6 years ago

holgerdell commented 6 years ago

Mailing list sign-up forms (such as mailchimp's) use the email input type:

<input type="email">

This commit applies the same rounded-corner styling of input fields of type text also to type email.

fongandrew commented 6 years ago

LGTM. Thanks for the PR!