Update textbox CSS for mobile

This commit is contained in:
MatthiasSaihttam 2020-11-15 03:20:11 -05:00
parent 2d8fa862ab
commit 41b1fd0540
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ textarea.thought {
color: inherit;
font-family: inherit;
border-bottom: 1px solid var(--accent-color);
border-radius: 0;
}
.thought#extended_text {