mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2026-05-08 17:48:55 -04:00
Rebrand color scheme from emerald/green to teal/blue
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user