enhance(ui): title font

This commit is contained in:
charlie
2024-02-01 15:42:01 +08:00
parent dd8a0f821e
commit 34a384fb1d

View File

@@ -336,10 +336,10 @@ i.ti {
/* region FIXME: override elements (?) */
h1.title, h1.title input {
margin-bottom: 1.5rem;
@apply mb-4 font-medium;
color: var(--lx-gray-12, var(--ls-title-text-color, hsl(var(--foreground))));
font-size: var(--ls-page-title-size, 36px);
font-weight: 500;
font-size: var(--ls-page-title-size, 32px);
}
.title .page-icon {