From 58162354c6a0dd5be0303e49bf9c2700f5cb380d Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Wed, 1 Jul 2026 14:43:37 +0700 Subject: [PATCH] fix: override .page-section white text in legal pages --- src/components/LegalPageShell.astro | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/LegalPageShell.astro b/src/components/LegalPageShell.astro index 63b30f4..05b3b52 100644 --- a/src/components/LegalPageShell.astro +++ b/src/components/LegalPageShell.astro @@ -109,6 +109,16 @@ color: var(--ink); } + /* Override .page-section white text for legal content */ + .legal-layout p, + .legal-layout li, + .legal-layout em, + .legal-layout strong, + .legal-layout h2, + .legal-layout h3 { + color: var(--ink) !important; + } + .legal-content > p:first-of-type { margin-top: 0; color: var(--ink);