Make sure textareas have the right font

This commit is contained in:
Alice Gaudon 2020-09-10 21:02:17 +02:00
parent 16895e52e8
commit ab8e756034
1 changed files with 1 additions and 0 deletions

View File

@ -443,6 +443,7 @@ form {
textarea { textarea {
resize: vertical; resize: vertical;
min-height: 100px; min-height: 100px;
font-family: inherit;
} }
input[type=color] { input[type=color] {