From f52092242c8b210761fcb381ebabcafc76eae003 Mon Sep 17 00:00:00 2001 From: Aleks-Daniel Jakimenko-Aleksejev Date: Tue, 19 Apr 2016 02:52:42 +0300 Subject: [PATCH] Change text color from #727272 to #595959 As mentioned in Issue #1 this is the lightest color for gray text to pass WCAG There are other places on the website where the contrast is not as good, but these problems can be addressed later. --- stylesheets/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index a648ccd..0e7dcf4 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -4,7 +4,7 @@ body { background-color: #fff; padding:50px; font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; - color:#727272; + color:#595959; font-weight:400; }