diff --git a/index.html b/index.html index db9b15e..1445385 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ justify-content: center; align-items: center; flex-direction: column; - background: #f0f2f5; + background: #17C653; } .app-loading .app-loading-wrap { @@ -40,7 +40,7 @@ } .app-loading .app-loading-logo { - width: 100px; + width: 400px; margin: 0 auto 15px auto; } @@ -57,7 +57,7 @@ position: absolute; width: 100%; height: 100%; - border: 4px solid #2d8cf0; + border: 4px solid #ffffff; border-bottom: 0; border-left-color: transparent; border-radius: 50%; @@ -70,7 +70,7 @@ left: calc(50% - 20px); width: 40px; height: 40px; - border: 4px solid #87bdff; + border: 4px solid #ffffff; border-right: 0; border-top-color: transparent; border-radius: 50%; @@ -128,8 +128,8 @@