diff options
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 1911d3cbbf..36591766ba 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -2,7 +2,7 @@ body { font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑'; - background-color: #FAFAFA; + background-color: #fff; overflow-y: scroll; } img { |