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