diff --git a/frontend/src/reset.css b/frontend/src/reset.css index fa898cd..8974ff4 100644 --- a/frontend/src/reset.css +++ b/frontend/src/reset.css @@ -64,3 +64,6 @@ input { min-width: 100px; width: 100%; } +textarea { + font: inherit; +}