diff options
-rw-r--r-- | vnext/src/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index 630c2078..7b1ae4ee 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -50,6 +50,12 @@ button { -webkit-font-smoothing: subpixel-antialiased; } +input, +textarea, +button { + font-size: 1em; +} + h1, h2 { font-weight: normal; |