From 632e228f69d7b4afc689be8e52d66e1f9baa488a Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 9 Nov 2015 14:56:50 +0800 Subject: [PATCH] update color --- site/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/static/style.css b/site/static/style.css index e11cfee471..bd2c2613ff 100644 --- a/site/static/style.css +++ b/site/static/style.css @@ -12,7 +12,7 @@ body { body { font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",SimSun,sans-serif; line-height: 1.5; - color: #777; + color: #666; font-size: 14px; background: #fff; transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1); @@ -498,7 +498,7 @@ footer ul li > a { } .markdown { - color: #777; + color: #666; font-size: 14px; line-height: 1.8; width: 80%;