mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
enhance(ui): polish document text color
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user