@@ -310,7 +312,7 @@ export default async function HomePage({ params }: { params: Promise<{ locale: s The agent is not a model card or leaderboard score. It is an instance in this terminal, this workspace, this session. Give it an address before you ask it to act.
@@ -342,7 +344,7 @@ export default async function HomePage({ params }: { params: Promise<{ locale: s
{/* MAINTAINER LOOP */}
{item.d}
@@ -412,7 +414,7 @@ export default async function HomePage({ params }: { params: Promise<{ locale: s
{/* HOW IT WORKS */}
- {item.t}
@@ -504,7 +506,7 @@ export default async function HomePage({ params }: { params: Promise<{ locale: s
{isZh ? "每个补丁和报告都算数" : "Every patch and report counts"}
@@ -556,7 +558,7 @@ export default async function HomePage({ params }: { params: Promise<{ locale: s
{/* JOIN IN */}
diff --git a/web/app/globals.css b/web/app/globals.css
index e43049d9..2184f62b 100644
--- a/web/app/globals.css
+++ b/web/app/globals.css
@@ -155,8 +155,8 @@ h3 { font-size: 1.18rem; line-height: 1.25; }
border-radius: 1px;
letter-spacing: -0.04em;
box-shadow:
- inset 0 0 0 1px rgba(244,241,232,0.18),
- inset 0 0 0 3px var(--ink);
+ inset 0 0 0 1px rgba(255,255,255,0.18),
+ inset 0 0 0 3px var(--ink);
transform: rotate(-1.5deg);
position: relative;
}
@@ -165,7 +165,7 @@ h3 { font-size: 1.18rem; line-height: 1.25; }
position: absolute;
inset: -1px;
background:
- radial-gradient(rgba(244,241,232,0.35) 1px, transparent 1px) 0 0 / 4px 4px;
+ radial-gradient(rgba(255,255,255,0.35) 1px, transparent 1px) 0 0 / 4px 4px;
mix-blend-mode: screen;
border-radius: 1px;
pointer-events: none;
@@ -175,8 +175,8 @@ h3 { font-size: 1.18rem; line-height: 1.25; }
.seal-indigo {
background: var(--indigo);
box-shadow:
- inset 0 0 0 1px rgba(244,241,232,0.22),
- inset 0 0 0 3px var(--indigo);
+ inset 0 0 0 1px rgba(255,255,255,0.22),
+ inset 0 0 0 3px var(--indigo);
}
/* ---------- pills / status ---------- */
diff --git a/web/components/footer.tsx b/web/components/footer.tsx
index 34184b21..7f1e9b9f 100644
--- a/web/components/footer.tsx
+++ b/web/components/footer.tsx
@@ -99,7 +99,7 @@ export function Footer({ locale = "en" }: { locale?: Locale }) {