From d8c1a2fe8aeeda89e04ca53d98be3cb986027b4b Mon Sep 17 00:00:00 2001 From: Sven Neuhaus Date: Tue, 8 Sep 2015 09:51:55 +0200 Subject: [PATCH] mark text black, improve contrast and legibility --- stylesheets/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index dacf2e1..79afa9b 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -3,7 +3,7 @@ body { padding:50px; font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; - color:#777; + color:#000; font-weight:300; }