From e86161b62da57e614d320156b5c361313eb20416 Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 24 Feb 2020 21:23:21 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/style.css=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index 081cb2d..df6e96d 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -337,7 +337,8 @@ input[type=submit]:hover { } div.form { - border: 5px solid #001858; + border-radius: 5px; + border: 2px solid #001858; background-color: #f3d2c1; padding: 20px; } \ No newline at end of file