Fix: font of textarea

This commit is contained in:
Cutls 2019-06-16 20:34:57 +09:00
parent 2e00282560
commit fc3fead235
2 changed files with 2 additions and 0 deletions

View File

@ -444,6 +444,7 @@ blockquote:before,
input, textarea {
color: var(--color);
font-size: 1rem !important;
font-family: inherit;
}
/*スクロールバー*/

View File

@ -14,6 +14,7 @@
}
textarea{
min-height: 100px !important;
font-family: inherit;
}
.cancel {