From a7a2724c09ee3d1b8b5b36cb68c3a4a8a8343039 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Wed, 1 Jul 2026 14:36:40 +0700 Subject: [PATCH] fix: use black text color in privacy and terms pages --- src/components/LegalPageShell.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/LegalPageShell.astro b/src/components/LegalPageShell.astro index a803ef9..63b30f4 100644 --- a/src/components/LegalPageShell.astro +++ b/src/components/LegalPageShell.astro @@ -65,7 +65,7 @@ .legal-rail li { border-top: 1px solid var(--line); padding-top: 10px; - color: rgb(19 18 13 / .76); + color: var(--ink); line-height: 1.55; } @@ -98,7 +98,7 @@ .legal-content p, .legal-content li { line-height: 1.8; - color: rgb(19 18 13 / .76); + color: var(--ink); } .legal-content strong { @@ -106,7 +106,7 @@ } .legal-content em { - color: rgb(19 18 13 / .70); + color: var(--ink); } .legal-content > p:first-of-type {