From 0cd1d89a8a1d232b8e113bd62da434f2b415a76b Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Thu, 26 May 2022 17:23:51 -0700 Subject: [PATCH] Reset input styles --- assets/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) 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; }