Skip to content

Commit 8ada5d5

Browse files
authored
fix(skills): preserve serif typography on detail page sticky header (#2148)
1 parent 777689a commit 8ada5d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

renderer/src/features/skills/components/skill-detail-layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ export function SkillDetailLayout({
120120
</LinkViewTransition>
121121
</div>
122122
<h2
123-
className="text-foreground m-0 truncate p-0 text-2xl
124-
font-semibold tracking-tight"
123+
className="text-foreground m-0 truncate p-0 font-serif
124+
text-2xl font-light tracking-tight"
125125
>
126126
{title}
127127
</h2>

0 commit comments

Comments
 (0)