From d697373e57c873fc6ef2598b4c69403b2717a2ad Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 19 Aug 2013 00:43:57 +0200 Subject: [PATCH] use black text on white background for textarea --- qupzilla.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qupzilla.css b/qupzilla.css index 52a5f9a..eadf6a9 100644 --- a/qupzilla.css +++ b/qupzilla.css @@ -1,3 +1,4 @@ textarea { - color: #FFF; + color: #000; + background: #FFF; } -- 2.48.1