Skip to content

Commit f0cdefb

Browse files
feat: add subtle tech gradient to hero banner
Co-authored-by: aider (deepseek/deepseek-chat) <aider@aider.chat>
1 parent 6183f0e commit f0cdefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
text-align: center;
99
position: relative;
1010
overflow: hidden;
11-
background: #f8fafc;
11+
background: linear-gradient(135deg, #f0f4ff 0%, #e6f7ff 50%, #f0fff4 100%);
1212
color: #2d3748;
1313
}
1414

0 commit comments

Comments
 (0)