From 53827bf663db169e447e5bb1fcece269c3197e95 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 17 Feb 2016 11:54:34 -0500 Subject: [PATCH] Slight modifification --- static/css/view.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/view.css b/static/css/view.css index e1fa491..979c8e5 100644 --- a/static/css/view.css +++ b/static/css/view.css @@ -31,7 +31,7 @@ background-color: rgba(0,0,0,0.2); .yue h5, .yue h6 { font-family: "Georgia", "Xin Gothic", "Hiragino Sans GB", "Droid Sans Fallback", "Microsoft YaHei", "SimSun", sans-serif; -color: #222222; +color: #333333; font-weight: 600; letter-spacing: -0.02em; } @@ -301,7 +301,7 @@ background: none; body { margin: 0; padding: 0.4em 1em 6em; -background: #f4f4f4; +background: #fdfdfd; } .yue { max-width: 700px;