]> git.rmz.io Git - dotfiles.git/commitdiff
use black text on white background for textarea
authorSamir Benmendil <samir.benmendil@gmail.com>
Sun, 18 Aug 2013 22:43:57 +0000 (00:43 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 18 Aug 2013 22:44:32 +0000 (00:44 +0200)
qupzilla.css

index 52a5f9ac2e498a774394fb108374d3b65dc6971c..eadf6a988f949af5bd1577201f6533e8728e5156 100644 (file)
@@ -1,3 +1,4 @@
 textarea {
-    color: #FFF;
+    color: #000;
+    background: #FFF;
 }