~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
43702e32
—
pyrossh 1 year ago
fix header
src/lib/components/Header.svelte
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<nav class="flex w-full flex-1 flex-row justify-center bg-black font-mono text-lg">
|
|
3
3
|
<div class="flex flex-row flex-1 items-center p-3 max-w-5xl">
|
|
4
4
|
<a class="flex text-#f1fa8c pr-4 hover:no-underline ml-0 pl-0" href="/">
|
|
5
|
-
<span class="mr-1 font-logo font-bold">木</span>
|
|
5
|
+
<span class="mr-1 font-logo font-bold">木</span> pyrossh
|
|
6
6
|
</a>
|
|
7
7
|
<div
|
|
8
8
|
class="flex flex-row flex-1 items-center text-white sm:[&>a]:mx-1 [&>a]:px-2 [&>a:hover]:bg-gray-600 data-current:child:bg-gray-600"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<div>|</div>
|
|
13
13
|
<a href="/posts" rel="prefetch"> posts </a>
|
|
14
14
|
<div>|</div>
|
|
15
|
-
<a href="https://github.com/pyrossh/
|
|
15
|
+
<a href="https://github.com/pyrossh/pyrossh.dev"> code </a>
|
|
16
16
|
</div>
|
|
17
17
|
</div>
|
|
18
18
|
</nav>
|