3 Commits

2 changed files with 4 additions and 4 deletions

View File

@@ -7,15 +7,15 @@
--foreground: #e0e0e0;;
--primary-cta: #ffcc00;;
--secondary-cta: #33334d;;
--accent: #ff6600;;
--accent: #ff0000;;
--background-accent: #4d4d66;; */
--background: #1a1a2e;;
--background: url('path/to/image.jpg');;
--card: #1e1e2f;;
--foreground: #e0e0e0;;
--primary-cta: #ffcc00;;
--secondary-cta: #33334d;;
--accent: #ff6600;;
--accent: #ff0000;;
--background-accent: #4d4d66;;
/* text sizing - set by ThemeProvider */

View File

@@ -116,10 +116,10 @@ const TestimonialCard = memo(({
)}
<div className="relative">
<Heart className="absolute top-0 right-0 h-5 w-auto text-red-500" strokeWidth={1.5} />
<p className={cls("relative z-1 text-lg leading-[1.2]", shouldUseLightText ? "text-background" : "text-foreground", testimonialClassName)}>
{testimonial.testimonial}
</p>
<Heart className="absolute top-0 right-0 h-5 w-auto text-red-500" strokeWidth={1.5} />
</div>
</div>