mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-06-28 05:25:11 +00:00
Textareas: inherit font
This commit is contained in:
@ -64,3 +64,6 @@ input {
|
||||
min-width: 100px;
|
||||
width: 100%;
|
||||
}
|
||||
textarea {
|
||||
font: inherit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user