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);