Commit e5048b05 authored by hbcui1984's avatar hbcui1984

修改默认body的背景色

parent 39f2fc63
...@@ -231,7 +231,7 @@ body { ...@@ -231,7 +231,7 @@ body {
font-size: 17px; font-size: 17px;
line-height: 21px; line-height: 21px;
color: #000; color: #000;
background-color: #fff; background-color: #efeff4;
} }
a { a {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -231,7 +231,7 @@ body { ...@@ -231,7 +231,7 @@ body {
font-size: 17px; font-size: 17px;
line-height: 21px; line-height: 21px;
color: #000; color: #000;
background-color: #fff; background-color: #efeff4;
} }
a { a {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -17,7 +17,7 @@ body { ...@@ -17,7 +17,7 @@ body {
font-size: $font-size-default; font-size: $font-size-default;
line-height: $line-height-default; line-height: $line-height-default;
color: #000; color: #000;
background-color: #fff; background-color: #efeff4;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment