1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 20:15:31 -04:00

fix: update PageTitle component styling

- Changed font weight from 'font-semibold' to 'font-medium' for better visual consistency.
- Added 'not-prose' class to improve layout handling.
- Updated Link component's class to include 'text-foreground' for enhanced visibility.
This commit is contained in:
2026-02-01 10:26:19 -05:00
parent bcc595e141
commit 62ebedabf4
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ const Page = async ({ params }: { params: Promise<{ slug: string }> }) => {
</div>
<h1
className="my-5 text-3xl font-semibold tracking-tight"
className="my-5 text-3xl font-medium tracking-tight"
style={{ viewTransitionName: `note-title-${frontmatter!.slug}` }}
>
<Link