How can I increase the submit button font size? In chrome in particular, it's too small and the text looks squished. Working fiddle
body, input {
font-size: 30px;
}
I know there is
-webkit-appearance: none;
but that resets a lot of other styling. I'd like to keep the default styling, just with a different font size.