Skip to content

Commit

Permalink
enhance(ui): title font
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Feb 1, 2024
1 parent dd8a0f8 commit 34a384f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/frontend/common.css
Expand Up @@ -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 {
Expand Down

0 comments on commit 34a384f

Please sign in to comment.