Skip to content

Commit 7ee2c61

Browse files
fix: lighten dark mode hero gradient for better visibility
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cab84b7 commit 7ee2c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/pages/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
[data-theme='dark'] .heroBanner {
10-
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #4338ca 100%);
10+
background: linear-gradient(135deg, #1e2243 0%, #2d3566 40%, #6366f1 100%);
1111
}
1212

1313
.heroLogo {

0 commit comments

Comments
 (0)