Date: Fri Dec 28 11:47:33 2012 +0100
Spécif black on white dans body.
diff --git a/input/static/style.css b/input/static/style.css
index fb4ef8e..d710fe0 100644
--- a/input/static/style.css
+++ b/input/static/style.css
@@ -1,3 +1,7 @@
+body {
+ background-color: white;
+ text-color: black;
+}
div#container {
width: 80%;
margin: auto;