mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 12:01:33 +02:00
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:
parent
95f15c2016
commit
bdc2aa32e6
9 changed files with 34 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue