diff --git a/docs/content/1.getting-started/7.color-mode.md b/docs/content/1.getting-started/7.color-mode.md index 9e1743c3..40fdd05c 100644 --- a/docs/content/1.getting-started/7.color-mode.md +++ b/docs/content/1.getting-started/7.color-mode.md @@ -6,12 +6,11 @@ links: to: https://github.com/nuxt-modules/color-mode target: _blank icon: i-simple-icons-github -navigation: false --- ## Usage -Nuxt UI automatically registers the `@nuxtjs/color-mode` module for you and takes advantage of [Tailwind CSS dark mode](https://tailwindcss.com/docs/dark-mode#toggling-dark-mode-manually) class strategy, so there's no additional setup required. +Nuxt UI automatically registers the `@nuxtjs/color-mode` module for you, so there's no additional setup required. You can disable dark mode by setting the `preference` to `light` instead of `system` in your `nuxt.config.ts`.