refactor: enhance site navigation and styling

- Add view transitions for site title
- Update Navbar with hover effects and improved typography
- Modify index page layout with decorative lines and date formatting
- Adjust post publication dates
- Update VSCode dictionary with new terms
This commit is contained in:
radishzzz 2025-02-04 22:32:15 +00:00
parent 95f15c2016
commit bdc2aa32e6
9 changed files with 34 additions and 21 deletions

View file

@ -16,7 +16,10 @@ const marginBottom = {
<header>
<h1 class={`${marginBottom} mt--5 text-12.8 c-primary font-bold font-title`}>
<a href={getLocalizedPath('/')}>
<a
href={getLocalizedPath('/')}
transition:name="site-title"
>
{title}
</a>
</h1>