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