We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9725898 + 54bc401 commit 71fed7bCopy full SHA for 71fed7b
1 file changed
src/auth.rs
@@ -207,16 +207,16 @@ fn receive_callback(
207
*, *::before, *::after {{ box-sizing: border-box; margin: 0; padding: 0; }}
208
body {{
209
font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
210
- background: #111827;
+ background: #121212;
211
color: #e5e7eb;
212
display: flex;
213
align-items: center;
214
justify-content: center;
215
min-height: 100vh;
216
}}
217
.card {{
218
- background: #1f2937;
219
- border: 1px solid #374151;
+ background: #1a1a1a;
+ border: 1px solid #333333;
220
border-radius: 0.5rem;
221
padding: 2.5rem;
222
max-width: 420px;
0 commit comments