We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d14705 commit 7af48f5Copy full SHA for 7af48f5
src/components/header.tsx
@@ -155,7 +155,7 @@ export function Header(props: React.PropsWithChildren) {
155
</Link>
156
<a
157
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"
+ 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"
159
>
160
{/* Vertical plus lines */}
161
<span className="col-start-2 row-start-1 bg-sky-300 dark:bg-sky-300/50" />
0 commit comments