From ab8e756034e072e0090c54535aa62d45cf497753 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Thu, 10 Sep 2020 21:02:17 +0200 Subject: [PATCH] Make sure textareas have the right font --- assets/sass/layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/sass/layout.scss b/assets/sass/layout.scss index 808aafb..6168bf5 100644 --- a/assets/sass/layout.scss +++ b/assets/sass/layout.scss @@ -443,6 +443,7 @@ form { textarea { resize: vertical; min-height: 100px; + font-family: inherit; } input[type=color] {