- .library-header {
- @apply bg-neutral-50 pt-6 border-b border-gray-900/10;
- :global(.dark) & {
- @apply border-gray-50/[0.06] bg-slate-900;
- }
- h1 {
- @apply text-4xl font-extrabold leading-loose mb-5;
- }
- :global(.tabs) {
- @apply border-none;
- }
- :global(.tab) {
- @apply text-xl;
- }
- }
|