fix(docs): restore full quick start steps, fix architecture visibility

Restore original 6-step quick start with comments. Increase arch flow
box contrast (bg-deep background, stronger border) and arrow size.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-09 23:18:53 -05:00
parent b280faadf8
commit b954e0aa2a
2 changed files with 27 additions and 12 deletions

View File

@@ -563,18 +563,18 @@ ul, ol {
font-family: "Fira Code", "SF Mono", monospace;
font-size: 0.95rem;
color: var(--text-primary);
background: var(--bg-elevated);
border: 1px solid var(--border-accent);
background: var(--bg-deep);
border: 1px solid rgba(42, 157, 143, 0.4);
border-radius: 8px;
padding: 10px 28px;
padding: 12px 32px;
letter-spacing: 0.02em;
}
.arch-flow-arrow {
color: var(--accent);
font-size: 1.2rem;
font-size: 1.4rem;
line-height: 1;
padding: 4px 0;
padding: 6px 0;
}
/* CTA closing */