Customize the look and feel of your ShadcnKit project
styles/globals.css
. This file contains the base styles and CSS variables for theming.
styles/globals.css
:root
and .dark
sections with your custom CSS variablesnext-themes
package. The theme provider is set up in app/theme-provider.tsx
:
app/layout.tsx
) to enable theme switching:
styles/globals.css
file, replacing or modifying the existing :root
and .dark
sections.dark:
variant in Tailwind classes for dark mode specific styles.