11 lines
328 B
Text
11 lines
328 B
Text
<article class="prose dark:prose-invert">
|
|
<slot />
|
|
</article>
|
|
|
|
<style>
|
|
.prose {
|
|
@apply max-w-none
|
|
/* Size Modifiers: https://github.com/tailwindlabs/tailwindcss-typography#size-modifiers */
|
|
/* Color Themes: https://github.com/tailwindlabs/tailwindcss-typography#color-modifiers */
|
|
}
|
|
</style>
|