fix: update body background (#31)

This commit is contained in:
wny 2017-05-19 11:12:46 +08:00 committed by 张敏
parent 28ae410736
commit 42e91d4bb7

View File

@ -3,7 +3,7 @@
body {
font-family: Helvetica, "STHeiti STXihei", "Microsoft YaHei", Tohoma, Arial, sans-serif;
color: #333;
background-color: #eee;
background-color: #f8f8f8;
-webkit-backface-visibility: hidden;
}