diff --git a/apps/www/content/docs/installation/next.mdx b/apps/www/content/docs/installation/next.mdx index d82c4055d0..c1e5819b27 100644 --- a/apps/www/content/docs/installation/next.mdx +++ b/apps/www/content/docs/installation/next.mdx @@ -26,16 +26,9 @@ npx shadcn-ui@latest init You will be asked a few questions to configure `components.json`: ```txt showLineNumbers -Would you like to use TypeScript (recommended)? no / yes Which style would you like to use? › Default Which color would you like to use as base color? › Slate -Where is your global CSS file? › › app/globals.css Do you want to use CSS variables for colors? › no / yes -Are you using a custom tailwind prefix eg. tw-? (Leave blank if not) ... -Where is your tailwind.config.js located? › tailwind.config.js -Configure the import alias for components: › @/components -Configure the import alias for utils: › @/lib/utils -Are you using React Server Components? › no / yes ``` ### Fonts diff --git a/apps/www/styles/mdx.css b/apps/www/styles/mdx.css index e84b16a56d..2942dc98b4 100644 --- a/apps/www/styles/mdx.css +++ b/apps/www/styles/mdx.css @@ -15,7 +15,7 @@ } [data-rehype-pretty-code-fragment] { - @apply relative; + @apply relative text-white; } [data-rehype-pretty-code-fragment] code {