From 2e988431e95fc405dd33af628ec9dcf68ac0eb56 Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 9 Mar 2020 03:31:13 +0100 Subject: [PATCH] fixed your textarea thing --- threadr/style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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;