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 d9ce99c commit c71c53dCopy full SHA for c71c53d
website/theme.config.tsx
@@ -63,7 +63,9 @@ export default defineConfig({
63
64
return (
65
<HiveNavigation
66
- className={route === '/' ? 'light max-w-[1392px]' : 'max-w-[90rem]'}
+ // we don't need that bg-green-200 doesn't occur on previous nor newer versions of Nextra,
67
+ // so I'm just leaving it as is. we'll clean it up after we migrate
68
+ className={route === '/' ? 'light max-w-[1392px] [&_kbd]:!bg-green-200' : 'max-w-[90rem]'}
69
productName={PRODUCTS.MESH.name}
70
developerMenu={[
71
{
0 commit comments