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