Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion css/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,8 @@

/* Hero section specific styles */
@utility hero-bg {
background: linear-gradient(135deg, var(--color-primary-800) 0%, var(--color-primary-600) 50%, var(--color-primary-700) 100%);
background-color: #7c3aed;
background-image: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 50%, #7c3aed 100%);
background-size: 200% 200%;
animation: gradient-shift 15s ease infinite;
position: relative;
Expand Down
Loading
Loading