This commit is contained in:
Leandro Facchinetti 2021-03-23 17:11:54 +00:00
parent e5dc09206b
commit da393a6f18
1 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,10 @@ export default function killTheNewsletter(
border-color: dimgray;
}
@supports (-webkit-touch-callout: none) {
font-size: 16px;
}
&:focus {
border-color: #29adff;
}