enhance(ui): title font

pull/10897/head
charlie 2024-02-01 15:42:01 +08:00
parent dd8a0f821e
commit 34a384fb1d
1 changed files with 3 additions and 3 deletions

View File

@ -336,10 +336,10 @@ i.ti {
/* region FIXME: override elements (?) */ /* region FIXME: override elements (?) */
h1.title, h1.title input { 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)))); color: var(--lx-gray-12, var(--ls-title-text-color, hsl(var(--foreground))));
font-size: var(--ls-page-title-size, 36px); font-size: var(--ls-page-title-size, 32px);
font-weight: 500;
} }
.title .page-icon { .title .page-icon {