improve input fields in dark theme
This commit is contained in:
parent
8195ffbeb6
commit
7f60560cbe
|
@ -63,7 +63,7 @@ html{
|
|||
background-color: #212224;
|
||||
color: white;
|
||||
}
|
||||
.textarea{
|
||||
background-color: #212224;
|
||||
.textarea, .input{
|
||||
background-color: #1E1E1E;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue