diff --git a/public/oauth/callback/index.html b/public/oauth/callback/index.html index 56b21b9..b676e1e 100644 --- a/public/oauth/callback/index.html +++ b/public/oauth/callback/index.html @@ -21,6 +21,7 @@ background: rgba(255, 255, 255, 0.1); border-radius: 20px; backdrop-filter: blur(10px); + max-width: 400px; } .spinner { border: 4px solid rgba(255, 255, 255, 0.3); @@ -35,6 +36,28 @@ 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } + .message { + font-size: 18px; + margin-bottom: 20px; + } + .button { + display: inline-block; + padding: 15px 30px; + font-size: 18px; + font-weight: bold; + color: white; + background: rgba(255, 255, 255, 0.2); + border: 2px solid white; + border-radius: 10px; + text-decoration: none; + transition: all 0.3s; + cursor: pointer; + margin-top: 10px; + } + .button:hover { + background: rgba(255, 255, 255, 0.3); + transform: scale(1.05); + } .error { color: #ff6b6b; background: rgba(255, 255, 255, 0.9); @@ -45,8 +68,10 @@
-
-

認証中...

+
+
+

認証中...

+