add explicit styles to inputs/textarea

This commit is contained in:
Iris Lightshard 2020-05-09 23:54:49 -04:00
parent b0f108393f
commit 61531281bd
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -46,6 +46,8 @@ body
.myInputs .myInputs
{ {
border: 1px solid #3f3f3f; border: 1px solid #3f3f3f;
background-color: #000000;
color: #797979;
} }
.myButton .myButton