style(homepage): update tutorial container to match dark theme

Change tutorial container background from bright white to dark
semi-transparent black (rgba(0, 0, 0, 0.4)) with gray border to
match the homepage's dark aesthetic. Improves visual cohesion.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock
2025-10-19 12:42:54 -05:00
parent 8f8b1e80db
commit 6b017b0fe9

View File

@@ -210,9 +210,11 @@ export default function HomePage() {
{/* Live demo */}
<div
className={css({
bg: 'white',
bg: 'rgba(0, 0, 0, 0.4)',
rounded: 'xl',
p: '6',
border: '1px solid',
borderColor: 'gray.700',
shadow: 'lg',
})}
>