fix: override .page-section white text in legal pages

This commit is contained in:
Kunthawat Greethong
2026-07-01 14:43:37 +07:00
parent fd6b70dbf2
commit 58162354c6

View File

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