Change input/textarea line-height to 1.5

This commit is contained in:
MatthiasSaihttam 2021-10-02 23:04:25 -04:00
parent 9d548ef55f
commit 81275588d0
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,7 @@ input[type="submit"]:hover, input[type="submit"]:focus {
/* Textbox/textarea styles */
textarea, input[type="text"], input[type="password"] {
padding: 1px 5px;
padding: 0 5px;
outline: none;
resize: none;
background: none;
@ -91,6 +91,7 @@ textarea, input[type="text"], input[type="password"] {
border-bottom: 1px solid var(--accent-color);
border-radius: 0;
overflow-x: hidden;
line-height: 1.5;
}
.text, .thought-end {