From 34fb2930a9f75f294d90670bd3627a33c31777ea Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 20 Jul 2015 21:20:37 +0800 Subject: [PATCH] font color for site --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 976eba44e1..8e506e8551 100644 --- a/static/style.css +++ b/static/style.css @@ -59,7 +59,7 @@ body { body { font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",SimSun,sans-serif; line-height: 1.5; - color: #888; + color: #777; font-size: 14px; background: #fff; transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);