Clarify cross-site signup messaging and pass domain on login.

Also strengthen the businesses three-dot menu glass background.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-10 01:02:49 +03:30
co-authored by Cursor
parent debca2cf99
commit 855f337006
5 changed files with 38 additions and 16 deletions
@@ -31,13 +31,13 @@
min-width: 220px;
padding: 6px;
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.92);
background: rgba(255, 255, 255, 0.58);
backdrop-filter: blur(160px) saturate(1.85);
-webkit-backdrop-filter: blur(160px) saturate(1.85);
border: 1px solid rgba(255, 255, 255, 0.95);
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(80px) saturate(1.7);
-webkit-backdrop-filter: blur(80px) saturate(1.7);
box-shadow:
0 12px 40px rgba(15, 23, 42, 0.16),
inset 0 1px 0 rgba(255, 255, 255, 0.65);
0 12px 40px rgba(15, 23, 42, 0.18),
inset 0 1px 0 rgba(255, 255, 255, 0.8);
isolation: isolate;
animation: menuIn 0.14s ease;
}