diff --git a/threadr/style.css b/threadr/style.css index eb2c4ef..f86b922 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -102,17 +102,18 @@ input { border-radius: 4px; padding: 14px 20px; margin: 8px 0; + background-color: #fef6e4; } input[type=text], select { - color: #8bd3dd; + color: #001858; display: inline-block; border: 1px solid #001858; box-sizing: border-box; } input[type=password], select { - color: #8bd3dd; + color: #001858; display: inline-block; border: 1px solid #001858; box-sizing: border-box;