From 03da2b9d0e76fc0b0844123b502cd982234d1dca Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 24 Feb 2020 23:31:29 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index eb2c4ef..f86b922 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -102,17 +102,18 @@ input { border-radius: 4px; padding: 14px 20px; margin: 8px 0; + background-color: #fef6e4; } input[type=text], select { - color: #8bd3dd; + color: #001858; display: inline-block; border: 1px solid #001858; box-sizing: border-box; } input[type=password], select { - color: #8bd3dd; + color: #001858; display: inline-block; border: 1px solid #001858; box-sizing: border-box;