diff --git a/index.html b/index.html index b5e5c55..53a5ff6 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,8 @@ } body { margin: 0; - --64f90c3645474bd5: #409eff; + background: #020617; + --64f90c3645474bd5: #00d4ff; } #gva-loading-box { position: relative; @@ -28,6 +29,11 @@ justify-content: center; height: 100vh; width: 100vw; + overflow: hidden; + background: + radial-gradient(circle at 12% 10%, rgba(0, 212, 255, 0.16), transparent 28%), + radial-gradient(circle at 86% 6%, rgba(245, 158, 11, 0.1), transparent 22%), + linear-gradient(135deg, #020617 0%, #07111f 52%, #0f172a 100%); } #loading-text { position: absolute; @@ -35,8 +41,11 @@ left: 0; width: 100%; text-align: center; - color: #666; + color: #67e8f9; font-size: 14px; + font-weight: 700; + letter-spacing: 0.08em; + text-shadow: 0 0 12px rgba(0, 212, 255, 0.38); } #loading { position: absolute; @@ -55,6 +64,7 @@ width: 50px; height: 50px; background: var(--64f90c3645474bd5); + box-shadow: 0 0 22px rgba(0, 212, 255, 0.58); animation: animate 0.5s linear infinite; position: absolute; top: 0; @@ -82,8 +92,8 @@ #shadow { width: 50px; height: 5px; - background: #000; - opacity: 0.1; + background: #67e8f9; + opacity: 0.28; position: absolute; top: 59px; left: 0; diff --git a/src/App.vue b/src/App.vue index dd3e5ec..7124144 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@