From: Samir Benmendil Date: Sun, 18 Aug 2013 22:43:57 +0000 (+0200) Subject: use black text on white background for textarea X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d697373e57c873fc6ef2598b4c69403b2717a2ad use black text on white background for textarea --- 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; }