From a09bf356e7f9fc9ecdc5e0f3837d683f64315d17 Mon Sep 17 00:00:00 2001 From: Xisheng-Zhao Date: Mon, 8 Jun 2026 17:36:55 +0800 Subject: [PATCH] Polish website: blue-tinted background gradient, smaller workspace phone - Body gradient now stays blue-tinted (was fading to white at bottom) - Workspace phone shell reduced from 320px to 260px for full-screen visibility - Matches reference design in d700 worktree --- site/src/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/styles.css b/site/src/styles.css index 752f67e..094c962 100644 --- a/site/src/styles.css +++ b/site/src/styles.css @@ -24,7 +24,7 @@ body { background: radial-gradient(circle at 82% 5%, rgba(255, 228, 92, 0.4), transparent 31%), radial-gradient(circle at 10% 30%, rgba(22, 71, 255, 0.16), transparent 30%), - linear-gradient(180deg, #fbfcff 0%, var(--paper) 72%, #eef3ff 100%); + linear-gradient(180deg, #fbfcff 0%, #e8eeff 55%, #d4dff9 85%, #c4d4f5 100%); } body, button, input { font: inherit; } @@ -544,7 +544,7 @@ h3 { } .workspace-phone-wrap .phone-shell-compact { - width: min(320px, 72vw); + width: min(260px, 60vw); } /* Mention picker overlay */