color
This commit is contained in:
@@ -46,10 +46,10 @@ const tableData = [
|
|||||||
export default function PointsGuidePage() {
|
export default function PointsGuidePage() {
|
||||||
return (
|
return (
|
||||||
<div className="px-6 py-10 max-w-full lg:max-w-3/4 mx-auto font-sans text-neutral-100">
|
<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-warning-400)]">
|
<h1 className="text-2xl sm:text-3xl font-bold mb-4 text-[color:var(--color-neutral-100)]">
|
||||||
Points Guide
|
Points Guide
|
||||||
</h1>
|
</h1>
|
||||||
<p className="mb-6 text-sm sm:text-base text-surface-300">
|
<p className="mb-6 text-sm sm:text-base text-tertiary-100">
|
||||||
Learn how many points you receive for each drink!
|
Learn how many points you receive for each drink!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user