We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202bcfd commit 200e224Copy full SHA for 200e224
1 file changed
_layouts/default.html
@@ -6,7 +6,10 @@
6
</head>
7
<body class="flex flex-col min-h-screen bg-[#061a12] text-[#d9ffe9] bg-dotmatrix">
8
<div class="h-[2px] w-full bg-[#30ff8a]"></div>
9
- <header>
+ <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>
13
</header>
14
<main class="flex-grow">
15
{{ content }}
0 commit comments