From 33b66ca40d3442c419cb5d799c10a65211a63a5e Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 24 Feb 2020 21:53:30 +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 e3c618b..40c819a 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -349,7 +349,8 @@ input[type=submit]:hover { div.form { border-radius: 5px; - border: 2px solid #001858; + border: 1px solid #001858; background-color: #f3d2c1; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 20px; } \ No newline at end of file