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

@@ -529,7 +529,7 @@ i.ti {
/* region FIXME: override elements (?) */
h1.title {
margin-bottom: 1.5rem;
color: or(--ls-journal-title-color, --lx-gray-11, --ls-title-text-color, #222);
color: or(--ls-journal-title-color, --lx-gray-12, --ls-title-text-color, #222);
font-size: var(--ls-page-title-size, 36px);
font-weight: 500;
}