diff --git a/assets/css/main.css b/assets/css/main.css index 9f8e31e..3327d75 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3,6 +3,9 @@ * specific a11y, compatibility, or critical * usability need. * + * One exception: I re-set the input styles so Safari wouldn't make them + * pill-shaped. + * * I also don't use any classes except for image presentation. (e.g. to * specify that an image should have pixelated rendering or be inverted * in dark mode). @@ -193,6 +196,7 @@ form > div { /* Don't shrink the size of the text in forms. */ input { + appearance: none; font-size: inherit; }