From 304c896bd497414429224249d3756c64632e59e5 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 20 Dec 2015 20:42:16 +0100 Subject: [PATCH] style.css: maximize contrast for text --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 8fcf30c..54a9a56 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { font-family: monospace; - color: #333; + color: #000; background-color: #fff; } -- 2.30.2