@theguild/components
Version:
20 lines (16 loc) • 483 B
CSS
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
.nextra-banner-container._bg-neutral-900._flex {
@apply bg-[#48224e] bg-none;
}
:root {
--nextra-navbar-height: 4.5rem;
}
.nextra-nav-container [role='menu']:has(a[href='https://the-guild.dev/graphql/hive'])
{
@apply grid max-h-[unset] w-[470px] grid-cols-3 gap-y-2 p-2;
a:nth-child(-n + 3) {
@apply rounded-b-none border-b border-black/20 pb-3 dark:border-white/20;
}
}