From c8d4b582ea779850fc7ffcb13f37ba5be67016d1 Mon Sep 17 00:00:00 2001 From: jyp0808 Date: Sun, 30 Jan 2022 14:49:04 +0900 Subject: [PATCH] =?UTF-8?q?css=20reset=20=EC=8B=A4=EC=8A=B5=20=EA=B3=BC?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css-reset-by-class.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css-reset-by-class.css b/css-reset-by-class.css index 2a82d95..7c5dd77 100644 --- a/css-reset-by-class.css +++ b/css-reset-by-class.css @@ -39,6 +39,7 @@ img { [class]::after { box-sizing: border-box; } [class]:where(ol, ul) { list-style: none; } [class]:where(button, fieldset, iframe, input, select, textarea) { border: 0; } +[class]:where(textarea) { font-family: inherit; font-size: inherit; } [class]:where(button, dialog, input, mark, meter, progress) { background-color: transparent; } [class]:where(table) { border: 0;