From 7b7af7d37c63b7878954b94bc6a417a751294125 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 23 Jun 2016 00:14:05 +0100 Subject: [PATCH] =?UTF-8?q?When=20setting=20a=20form=E2=80=99s=20backgroun?= =?UTF-8?q?=20colour,=20also=20set=20the=20text=20colour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/app.css b/css/app.css index c7e574486..5b02ce5c2 100644 --- a/css/app.css +++ b/css/app.css @@ -159,6 +159,7 @@ input[type=url], input[type=tel], input[type=email] { background-color: white; + color: #333; border:1px solid #ccc; padding:5px 10px; height:30px;