fix: use black text color in privacy and terms pages
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user