From 32b3c7e94806d494b3139c7e6e2cde4b88249098 Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 24 Feb 2020 21:20:37 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index 5370b27..081cb2d 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -306,7 +306,7 @@ input[type=text], select { padding: 12px 20px; margin: 8px 0; display: inline-block; - border: 1px solid #ccc; + border: 1px solid #001858; border-radius: 4px; box-sizing: border-box; } @@ -316,14 +316,14 @@ input[type=password], select { padding: 12px 20px; margin: 8px 0; display: inline-block; - border: 1px solid #ccc; + border: 1px solid #001858; border-radius: 4px; box-sizing: border-box; } input[type=submit] { width: 100%; - background-color: #4CAF50; + background-color: #001858; color: white; padding: 14px 20px; margin: 8px 0; @@ -333,11 +333,11 @@ input[type=submit] { } input[type=submit]:hover { - background-color: #45a049; + background-color: #8bd3dd; } div.form { - border-radius: 5px; - background-color: #f2f2f2; + border: 5px solid #001858; + background-color: #f3d2c1; padding: 20px; } \ No newline at end of file