Skip to content

Commit 200e224

Browse files
committed
Add docs link to header
1 parent 202bcfd commit 200e224

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

_layouts/default.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
</head>
77
<body class="flex flex-col min-h-screen bg-[#061a12] text-[#d9ffe9] bg-dotmatrix">
88
<div class="h-[2px] w-full bg-[#30ff8a]"></div>
9-
<header>
9+
<header class="w-full">
10+
<div class="mx-auto flex w-full max-w-6xl items-center justify-end px-6 py-6">
11+
<a class="text-sm uppercase tracking-[0.2em] text-[#b6f2cf] underline decoration-transparent transition hover:text-[#30ff8a] hover:decoration-[#30ff8a]" href="/docs">Docs</a>
12+
</div>
1013
</header>
1114
<main class="flex-grow">
1215
{{ content }}

0 commit comments

Comments
 (0)