Skip to content

Commit 5cd8972

Browse files
authored
Merge pull request #47 from AnySoftKeyboard/refactor/modernize-codebase-tailwind-v4
2 parents 2280823 + d416289 commit 5cd8972

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

css/input.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,8 @@
634634

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

0 commit comments

Comments
 (0)