Skip to content

Commit 7af48f5

Browse files
committed
Tweak "Plus" nav link
1 parent 4d14705 commit 7af48f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export function Header(props: React.PropsWithChildren) {
155155
</Link>
156156
<a
157157
href="/plus?ref=top"
158-
className="group grid grid-cols-[1fr_1px_repeat(19,1fr)_1px_1fr] grid-rows-[1fr_1px_repeat(11,1fr)_1px_1fr] text-sm/6 text-sky-800 dark:text-sky-300"
158+
className="group grid grid-cols-[2px_1px_2px_repeat(17,1fr)_2px_1px_2px] grid-rows-[2px_1px_2px_repeat(9,1fr)_2px_1px_2px] text-sm/6 text-sky-800 dark:text-sky-300"
159159
>
160160
{/* Vertical plus lines */}
161161
<span className="col-start-2 row-start-1 bg-sky-300 dark:bg-sky-300/50" />

0 commit comments

Comments
 (0)