Skip to content

Commit e89f397

Browse files
fix: brighten dark mode hero gradient further
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 17a373b commit e89f397

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, #1e2243 0%, #2d3566 40%, #6366f1 100%);
10+
background: linear-gradient(135deg, #2e3460 0%, #404680 40%, #818cf8 100%);
1111
}
1212

1313
.heroLogo {

0 commit comments

Comments
 (0)