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;