enhance(ui): polish document text color

This commit is contained in:
charlie
2023-11-14 13:45:51 +08:00
parent bbc6e5ffe3
commit eee0410181
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
#root {
> div {
color: or(--ls-document-text-color, --lx-gray-11, --ls-primary-text-color, #24292e);
color: or(--ls-document-text-color, --lx-gray-12, --ls-primary-text-color, #24292e);
font-size: var(--ls-page-text-size);
}
}