improve input fields in dark theme

This commit is contained in:
Kevin Froman 2019-10-08 22:17:47 -05:00
parent 8195ffbeb6
commit 7f60560cbe
1 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ html{
background-color: #212224;
color: white;
}
.textarea{
background-color: #212224;
.textarea, .input{
background-color: #1E1E1E;
color: white;
}
}