diff --git a/src/index.ts b/src/index.ts index 08bf31e..1125f47 100644 --- a/src/index.ts +++ b/src/index.ts @@ -153,6 +153,10 @@ export default function killTheNewsletter( border-color: dimgray; } + @supports (-webkit-touch-callout: none) { + font-size: 16px; + } + &:focus { border-color: #29adff; }