diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json
index 024c96a..44c87ad 100644
--- a/.eslintrc-auto-import.json
+++ b/.eslintrc-auto-import.json
@@ -135,7 +135,7 @@
"useDevicePixelRatio": true,
"useDevicesList": true,
"useDisplayMedia": true,
- "useDocumentVisibility": true,
+ "useDocumentVisibility": false,
"useDraggable": true,
"useDropZone": true,
"useElementBounding": true,
diff --git a/index.html b/index.html
index 1445385..e8d1042 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,8 @@
justify-content: center;
align-items: center;
flex-direction: column;
- background: #17C653;
+ background: url(/logingbk.png) no-repeat;
+
}
.app-loading .app-loading-wrap {
@@ -57,7 +58,7 @@
position: absolute;
width: 100%;
height: 100%;
- border: 4px solid #ffffff;
+ border: 4px solid #17c653;
border-bottom: 0;
border-left-color: transparent;
border-radius: 50%;
@@ -70,7 +71,7 @@
left: calc(50% - 20px);
width: 40px;
height: 40px;
- border: 4px solid #ffffff;
+ border: 4px solid #89E1A8;
border-right: 0;
border-top-color: transparent;
border-radius: 50%;
@@ -140,7 +141,7 @@
-
+