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