change color

This commit is contained in:
sameeranageshwar
2025-04-12 21:47:52 -04:00
parent d01510f406
commit 345763bbf6

View File

@@ -46,10 +46,10 @@ const tableData = [
export default function PointsGuidePage() {
return (
<div className="px-6 py-10 max-w-full lg:max-w-3/4 mx-auto font-sans text-neutral-100">
<h1 className="text-2xl sm:text-3xl font-bold mb-4 text-[color:var(--color-neutral-100)]">
<h1 className="text-2xl sm:text-3xl font-bold mb-4 text-white">
Points Guide
</h1>
<p className="mb-6 text-sm sm:text-base text-tertiary-100">
<p className="mb-6 text-sm sm:text-base text-white">
Learn how many points you receive for each drink!
</p>