diff --git a/threadr/style.css b/threadr/style.css index 57a3bf9..6020d36 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -147,6 +147,12 @@ input[type=submit]:hover { } textarea, select { + font-family: monospace; + width: 100%; + border-radius: 4px; + padding: 14px 20px; + margin: 8px 0; + background-color: #fef6e4; color: #001858; display: inline-block; border: 1px solid #001858;