feat: changed content box border & navbar links style to make it more like a terminal

This commit is contained in:
grassblock 2025-05-19 11:39:36 +08:00
parent 44186453a4
commit 47bcb9a158
2 changed files with 6 additions and 5 deletions

View file

@ -47,7 +47,7 @@ const { title = pageTitle, description = siteConfig.description, ogImage = "" }
</div>
<nav class="nav">
<a href="/">Home</a>
<a href="/" class="home">~</a>
<a href="/blog">Blog</a>
{navBarItems.map((item) => <a href={item.link}>{item.text}</a>)}
</nav>