From 7bbf5d523021ad19971058cec9014da6496a42de Mon Sep 17 00:00:00 2001 From: Jason Long Date: Tue, 16 Jul 2013 14:24:45 -0400 Subject: [PATCH] darkened text for better contrast --- css/application.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/application.css b/css/application.css index 6e96ed1..f73cecd 100644 --- a/css/application.css +++ b/css/application.css @@ -56,7 +56,7 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, body { background: #f5f1ec url(../images/bg.jpg); - color: #7e7974; + color: #5c5855; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.4; @@ -233,7 +233,7 @@ strong { -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; - color: #7e7974; + color: #5c5855; padding: 16px; } .see-more { @@ -276,7 +276,7 @@ strong { font-size: 16px; } .license-rules .summary { - color: #7e7974; + color: #5c5855; } .license-rules td { border-bottom: solid 1px #e9e6e2; @@ -379,7 +379,7 @@ strong { border-top: 1px solid #e9e6e1; margin-top: 30px; padding-top: 20px; - color: #7e7974; + color: #5c5855; font-size: 12px; text-align: left; line-height: 1.5;