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%;