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:
@@ -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',
|
||||
})}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user