forked from AkkomaGang/admin-fe
styles/index.scss: Set default background&color
This commit is contained in:
parent
3441a4b4f1
commit
bd9b3620b3
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ body {
|
|||
-webkit-font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
|
||||
background: #FFF;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
label {
|
||||
|
|
Loading…
Reference in a new issue