[fix] login background
This commit is contained in:
parent
7708afcc78
commit
d15d267369
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
html {
|
||||
background: linear-gradient(#434343,#cdcdcd);
|
||||
background-color: #434343;
|
||||
background: linear-gradient(#434343,#cdcdcd) no-repeat transparent;
|
||||
box-sizing: border-box;
|
||||
color: #000;
|
||||
overflow-y: scroll;
|
||||
|
|
Loading…
Reference in a new issue