Rebrand color scheme from emerald/green to teal/blue

This commit is contained in:
2025-07-16 14:30:01 -04:00
parent b5784061eb
commit 1023bc0c2b
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -695,7 +695,7 @@
/* Additional Brand Utility Classes */
.btn-brand-primary {
@apply bg-gradient-to-r from-teal-600 to-blue-600 text-white shadow-lg shadow-teal-500/25 transition-all duration-300 hover:from-teal-700 hover:to-blue-700 hover:shadow-xl hover:shadow-teal-500/30;
@apply bg-gradient-to-r from-teal-500 to-teal-700 text-white shadow-lg shadow-teal-500/25 transition-all duration-300 hover:from-teal-600 hover:to-teal-800 hover:shadow-xl hover:shadow-teal-500/30;
}
.btn-brand-secondary {
@@ -711,7 +711,7 @@
}
.text-brand-gradient {
@apply bg-gradient-to-r from-teal-600 to-blue-600 bg-clip-text text-transparent;
@apply bg-gradient-to-r from-teal-500 to-teal-700 bg-clip-text text-transparent;
}
.text-brand-light {