Fix: font of textarea
This commit is contained in:
parent
2e00282560
commit
fc3fead235
|
@ -444,6 +444,7 @@ blockquote:before,
|
|||
input, textarea {
|
||||
color: var(--color);
|
||||
font-size: 1rem !important;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
/*スクロールバー*/
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
}
|
||||
textarea{
|
||||
min-height: 100px !important;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.cancel {
|
||||
|
|
Loading…
Reference in New Issue
Block a user