diff --git a/index.css b/index.css index 1b2f0211692..36ab3e2ea87 100644 --- a/index.css +++ b/index.css @@ -243,4 +243,8 @@ input:-internal-autofill-selected { -webkit-animation: blink normal 4s infinite ease-in-out; /* Webkit */ -ms-animation: blink normal 4s infinite ease-in-out; /* IE */ animation: blink normal 4s infinite ease-in-out; /* Opera and prob css3 final iteration */ +} + +input { + font-size: 16px; } \ No newline at end of file