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 {