Sha256: 3f4eed97839ea3b2980e82bf554b9897e255be6d22d2929d288868146e3fd2f7
Contents?: true
Size: 1.3 KB
Versions: 9
Compression:
Stored size: 1.3 KB
Contents
@import "shadcn.css"; @tailwind base; @tailwind components; @tailwind utilities; @layer base { .container { margin-left: auto; margin-right: auto; padding-left: 2rem; padding-right: 2rem; width: 100%; } :root { --pink: 301 98% 50% 0.88; } } article.documentation h1 { @apply scroll-m-20 text-4xl font-bold tracking-tight; } article.documentation p + h1 { @apply mt-12; } article.documentation h2 { @apply scroll-m-20 text-3xl font-bold tracking-tight my-8; } article.documentation h3 { @apply scroll-m-20 text-2xl font-bold tracking-tight my-4; } article.documentation h4 { @apply scroll-m-20 text-xl font-bold tracking-tight my-2; } article.documentation subtitle { @apply text-lg text-muted-foreground; } article.documentation p { @apply leading-7 [&:not(:first-child)]:mt-6; } article.documentation :where(code):not(:where([class~="not-prose"] *)):before { content: ""; } article.documentation :where(code):not(:where([class~="not-prose"] *)):after { content: ""; } article.documentation p a { @apply underline hover:text-pink; } article.documentation pre { @apply max-h-[650px] overflow-x-auto rounded-lg border bg-zinc-950 dark:bg-zinc-900 text-white py-4 px-8 rounded-lg my-4; } article.documentation p > code { @apply text-white bg-black p-1 rounded; }
Version data entries
9 entries across 9 versions & 1 rubygems