fix: override .page-section white text in legal pages
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user