From 5a558577ea9597926a47d5dae00e43e5f00c976d Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Fri, 13 Jan 2023 20:01:41 +0100 Subject: [PATCH] Textareas: inherit font --- frontend/src/reset.css | 3 +++ 1 file changed, 3 insertions(+) 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; +}