Skip to content

Commit e1ad25d

Browse files
fix: lighten light mode hero gradient
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e89f397 commit e1ad25d

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
@@ -3,7 +3,7 @@
33
text-align: center;
44
position: relative;
55
overflow: hidden;
6-
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #6366f1 100%);
6+
background: linear-gradient(135deg, #3b3f6e 0%, #5558a8 40%, #818cf8 100%);
77
}
88

99
[data-theme='dark'] .heroBanner {

0 commit comments

Comments
 (0)