Compare commits

..

No commits in common. "caf90bfdfa39e7327e70a1c4aaf071d306cdf55f" and "e6df7be1cab52ea84a4c6752ad6f95ffa861cd32" have entirely different histories.

View File

@ -951,19 +951,11 @@ body.setup-wizard-open {
left: 50%;
transform: translateX(-50%);
z-index: 9000;
/* Floats over arbitrary page content (aurora gradient, apps grid, task
logs), so a translucent fill just bleeds the page through and reads as
washed-out. Mirror the .notification treatment: a near-solid panel over
a frosted backdrop. Stays theme-aware via --bg-rgb (near-black on the
dark themes, near-white on light). */
background: rgba(var(--bg-rgb), 0.85);
backdrop-filter: blur(12px) saturate(140%);
-webkit-backdrop-filter: blur(12px) saturate(140%);
background: rgba(var(--bg-rgb), 0.45);
border: 1px solid rgba(var(--accent-rgb), 0.40);
border-radius: 12px;
padding: 10px 16px;
color: var(--text-primary);
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 13px;
min-width: 320px;