@@ -319,9 +319,9 @@ function OverviewContent() {
319319 < div className = "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 text-left mb-10" >
320320 < Link
321321 href = "/ag-ui/concepts/architecture"
322- className = "group p-5 rounded-xl border border-[var(--border)] bg-[var(--bg-surface)] hover:border-[var(--violet )] transition-all "
322+ className = "shell-docs-radius-surface group border border-[var(--border)] bg-[var(--bg-surface)] p-5 shadow-[var(--shadow-control)] transition-colors hover:border-[var(--accent )] hover:bg-[var(--bg-elevated)] "
323323 >
324- < h3 className = "text-sm font-semibold text-[var(--text)] group-hover:text-[var(--violet )] mb-1" >
324+ < h3 className = "text-sm font-semibold text-[var(--text)] group-hover:text-[var(--accent )] mb-1" >
325325 Concepts
326326 </ h3 >
327327 < p className = "text-xs text-[var(--text-muted)]" >
@@ -330,9 +330,9 @@ function OverviewContent() {
330330 </ Link >
331331 < Link
332332 href = "/ag-ui/quickstart/introduction"
333- className = "group p-5 rounded-xl border border-[var(--border)] bg-[var(--bg-surface)] hover:border-[var(--violet )] transition-all "
333+ className = "shell-docs-radius-surface group border border-[var(--border)] bg-[var(--bg-surface)] p-5 shadow-[var(--shadow-control)] transition-colors hover:border-[var(--accent )] hover:bg-[var(--bg-elevated)] "
334334 >
335- < h3 className = "text-sm font-semibold text-[var(--text)] group-hover:text-[var(--violet )] mb-1" >
335+ < h3 className = "text-sm font-semibold text-[var(--text)] group-hover:text-[var(--accent )] mb-1" >
336336 Quick Start
337337 </ h3 >
338338 < p className = "text-xs text-[var(--text-muted)]" >
@@ -341,9 +341,9 @@ function OverviewContent() {
341341 </ Link >
342342 < Link
343343 href = "/ag-ui/sdk/js/core/overview"
344- className = "group p-5 rounded-xl border border-[var(--border)] bg-[var(--bg-surface)] hover:border-[var(--violet )] transition-all "
344+ className = "shell-docs-radius-surface group border border-[var(--border)] bg-[var(--bg-surface)] p-5 shadow-[var(--shadow-control)] transition-colors hover:border-[var(--accent )] hover:bg-[var(--bg-elevated)] "
345345 >
346- < h3 className = "text-sm font-semibold text-[var(--text)] group-hover:text-[var(--violet )] mb-1" >
346+ < h3 className = "text-sm font-semibold text-[var(--text)] group-hover:text-[var(--accent )] mb-1" >
347347 JavaScript SDK
348348 </ h3 >
349349 < p className = "text-xs text-[var(--text-muted)]" >
@@ -352,9 +352,9 @@ function OverviewContent() {
352352 </ Link >
353353 < Link
354354 href = "/ag-ui/sdk/python/core/overview"
355- className = "group p-5 rounded-xl border border-[var(--border)] bg-[var(--bg-surface)] hover:border-[var(--violet )] transition-all "
355+ className = "shell-docs-radius-surface group border border-[var(--border)] bg-[var(--bg-surface)] p-5 shadow-[var(--shadow-control)] transition-colors hover:border-[var(--accent )] hover:bg-[var(--bg-elevated)] "
356356 >
357- < h3 className = "text-sm font-semibold text-[var(--text)] group-hover:text-[var(--violet )] mb-1" >
357+ < h3 className = "text-sm font-semibold text-[var(--text)] group-hover:text-[var(--accent )] mb-1" >
358358 Python SDK
359359 </ h3 >
360360 < p className = "text-xs text-[var(--text-muted)]" >
@@ -363,9 +363,9 @@ function OverviewContent() {
363363 </ Link >
364364 < Link
365365 href = "/ag-ui/tutorials/cursor"
366- className = "group p-5 rounded-xl border border-[var(--border)] bg-[var(--bg-surface)] hover:border-[var(--violet )] transition-all "
366+ className = "shell-docs-radius-surface group border border-[var(--border)] bg-[var(--bg-surface)] p-5 shadow-[var(--shadow-control)] transition-colors hover:border-[var(--accent )] hover:bg-[var(--bg-elevated)] "
367367 >
368- < h3 className = "text-sm font-semibold text-[var(--text)] group-hover:text-[var(--violet )] mb-1" >
368+ < h3 className = "text-sm font-semibold text-[var(--text)] group-hover:text-[var(--accent )] mb-1" >
369369 Tutorials
370370 </ h3 >
371371 < p className = "text-xs text-[var(--text-muted)]" >
@@ -376,9 +376,9 @@ function OverviewContent() {
376376 href = "https://github.com/ag-ui-protocol/ag-ui"
377377 target = "_blank"
378378 rel = "noopener noreferrer"
379- className = "group p-5 rounded-xl border border-[var(--border)] bg-[var(--bg-surface)] hover:border-[var(--violet )] transition-all "
379+ className = "shell-docs-radius-surface group border border-[var(--border)] bg-[var(--bg-surface)] p-5 shadow-[var(--shadow-control)] transition-colors hover:border-[var(--accent )] hover:bg-[var(--bg-elevated)] "
380380 >
381- < h3 className = "text-sm font-semibold text-[var(--text)] group-hover:text-[var(--violet )] mb-1" >
381+ < h3 className = "text-sm font-semibold text-[var(--text)] group-hover:text-[var(--accent )] mb-1" >
382382 GitHub
383383 </ h3 >
384384 < p className = "text-xs text-[var(--text-muted)]" >
0 commit comments