1
0
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:
2023-01-13 20:01:41 +01:00
parent 91465b900e
commit 5a558577ea

View File

@ -64,3 +64,6 @@ input {
min-width: 100px;
width: 100%;
}
textarea {
font: inherit;
}