diff --git a/src/pages/[productLookup].astro b/src/pages/[productLookup].astro
index 90cbd28..1385a14 100644
--- a/src/pages/[productLookup].astro
+++ b/src/pages/[productLookup].astro
@@ -51,7 +51,7 @@ const category = categories.find(c => c.id == product.categoryId)!;
{product?.productDetails?.reviewCount} Reviews
@@ -151,6 +151,6 @@ const category = categories.find(c => c.id == product.categoryId)!;
gap: 2rem;
padding: 0;
}
- a, a:link, a:visited { text-decoration: none; }
+ a, a:link, a:visited { text-decoration: none; color: #fff }
a:hover, a:active { text-decoration: underline; color: #fff }